Test casting a JsonValue to a string

This commit is contained in:
Benoit Blanchon
2014-08-01 14:47:48 +02:00
parent ae6beb9340
commit 15d3068d78
3 changed files with 40 additions and 0 deletions

View File

@@ -88,6 +88,7 @@
<ClCompile Include="JsonArrayTests.cpp" />
<ClCompile Include="JsonObject_Indexer_Tests.cpp" />
<ClCompile Include="JsonObject_PrintTo_Tests.cpp" />
<ClCompile Include="JsonValue_Cast_Tests.cpp" />
<ClCompile Include="JsonValue_PrintTo_Tests.cpp" />
<ClCompile Include="StringBuilderTests.cpp" />
</ItemGroup>