Added tests of writeTo() return value

This commit is contained in:
Benoît Blanchon
2014-07-01 13:29:54 +02:00
parent 19e007c3f5
commit 1401665129
2 changed files with 24 additions and 9 deletions

View File

@ -8,6 +8,9 @@ namespace JsonGeneratorTests
{
TEST_CLASS(JsonArrayTests)
{
JsonArray<2> arr;
char buffer[256];
public:
TEST_METHOD(Empty)
@ -146,9 +149,6 @@ namespace JsonGeneratorTests
private:
JsonArray<2> arr;
char buffer[256];
void addNested(JsonObjectBase& value)
{
arr.add(value);