forked from bblanchon/ArduinoJson
Extracted a class to test strings
This commit is contained in:
@ -23,12 +23,6 @@ namespace ArduinoJsonParserTests
|
||||
|
||||
public:
|
||||
|
||||
TEST_METHOD(EmptyString)
|
||||
{
|
||||
whenInputIs("");
|
||||
parseMustFail();
|
||||
}
|
||||
|
||||
TEST_METHOD(EmptyHashTable)
|
||||
{
|
||||
whenInputIs("{}");
|
||||
|
Reference in New Issue
Block a user