mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 12:32:17 +02:00
Added tests of writeTo() return value
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user