Commit Graph

23 Commits

Author SHA1 Message Date
a9a51ec1e2 Test that string can be stored in JsonObject 2014-09-27 15:24:16 +02:00
0495297c6c Group test in a test fixture 2014-09-27 15:19:03 +02:00
75588946c6 Test that boolean values can be stored in a JsonObject 2014-09-27 15:04:06 +02:00
5fa446d3f5 Test that a double can be stored in a JsonObject 2014-09-27 14:59:02 +02:00
71fd2de675 Test that integers can be stored in a JsonObject 2014-09-27 14:51:50 +02:00
a2fc188526 Test that adding the same value twice doesn't increase the size of the object 2014-09-27 14:43:19 +02:00
166bdd6919 Test that adding values to the JsonObject increase the size of the buffer 2014-09-27 12:16:53 +02:00
4d4119e589 Test that JsonObject.size() is increased when values are added 2014-09-27 11:53:26 +02:00
91649df593 Test that CreateObject() returns an empty JsonObject 2014-09-27 11:42:27 +02:00
890e811e80 Test that size can't go above capacity 2014-09-27 11:33:45 +02:00
bb887f94e7 Test size() after calling CreateObject 2014-09-27 10:16:30 +02:00
6e45f7c790 Test initial size of StaticJsonB 2014-09-27 09:58:34 +02:00
5580adb4a6 Added first test on StaticJsonBuffer 2014-09-27 09:56:53 +02:00
60a5d72367 Started a new solution from scratch.
Added Google test
2014-09-24 11:41:19 +02:00
3d8b31b1ec Moved all JsonParser code in a sub-folder. 2014-06-24 13:14:07 +02:00
2ed6317135 Added more test on arrays 2014-02-27 13:20:49 +01:00
a278cd825f Added unit tests for invalid arrays 2014-02-27 13:12:52 +01:00
b35095ded1 Added unit tests on multi-dimensional arrays to isolate the bug 2014-02-27 13:03:25 +01:00
597b4c7888 Added unit tests for all members of the gbathree JSON string 2014-02-27 12:48:06 +01:00
995aa7dd40 Added unit tests of sample string given by gbatree 2014-02-26 22:29:20 +01:00
a58fb13d37 Added unit tests of the JsonArray example 2014-02-26 22:09:14 +01:00
d994178678 Added .gitignore for the tests folder 2014-02-26 22:00:35 +01:00
dc1b3f3d78 Added Unit Test for the HashTable example 2014-02-26 21:58:20 +01:00