Commit Graph

13 Commits

Author SHA1 Message Date
Benoit Blanchon
a9a51ec1e2 Test that string can be stored in JsonObject 2014-09-27 15:24:16 +02:00
Benoit Blanchon
0495297c6c Group test in a test fixture 2014-09-27 15:19:03 +02:00
Benoit Blanchon
75588946c6 Test that boolean values can be stored in a JsonObject 2014-09-27 15:04:06 +02:00
Benoit Blanchon
5fa446d3f5 Test that a double can be stored in a JsonObject 2014-09-27 14:59:02 +02:00
Benoit Blanchon
71fd2de675 Test that integers can be stored in a JsonObject 2014-09-27 14:51:50 +02:00
Benoit Blanchon
a2fc188526 Test that adding the same value twice doesn't increase the size of the object 2014-09-27 14:43:19 +02:00
Benoit Blanchon
166bdd6919 Test that adding values to the JsonObject increase the size of the buffer 2014-09-27 12:16:53 +02:00
Benoit Blanchon
4d4119e589 Test that JsonObject.size() is increased when values are added 2014-09-27 11:53:26 +02:00
Benoit Blanchon
91649df593 Test that CreateObject() returns an empty JsonObject 2014-09-27 11:42:27 +02:00
Benoit Blanchon
890e811e80 Test that size can't go above capacity 2014-09-27 11:33:45 +02:00
Benoit Blanchon
bb887f94e7 Test size() after calling CreateObject 2014-09-27 10:16:30 +02:00
Benoit Blanchon
6e45f7c790 Test initial size of StaticJsonB 2014-09-27 09:58:34 +02:00
Benoit Blanchon
5580adb4a6 Added first test on StaticJsonBuffer 2014-09-27 09:56:53 +02:00