added test case for the newly added JSON::Array::set function

This commit is contained in:
Kontinuation
2014-05-23 21:56:00 +08:00
parent 5a07343bd6
commit de0147fbf0
2 changed files with 30 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ public:
void testStringElement();
void testEmptyObjectElement();
void testDoubleElement();
void testSetArrayElement();
void testOptValue();
void testQuery();
void testComment();