mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01: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