|
Unify Framework Lib 1.7.0
|
Various helpers/extensions for unity test framework. More...
Go to the source code of this file.
| #define | TEST_ASSERT_EQUAL_JSON(expected, actual) INTERNAL_TEST_ASSERT_EQUAL_JSON(expected, actual, __LINE__) |
| Test that two JSON objects are equal,. More... | |
| void | INTERNAL_TEST_ASSERT_EQUAL_JSON (const char *expected, const char *actual, unsigned int line) |
Various helpers/extensions for unity test framework.
This component contains various additions to the unity test framework
| #define TEST_ASSERT_EQUAL_JSON | ( | expected, | |
| actual | |||
| ) | INTERNAL_TEST_ASSERT_EQUAL_JSON(expected, actual, __LINE__) |
Test that two JSON objects are equal,.
see INTERNAL_TEST_ASSERT_EQUAL_JSON implementations for details
| void INTERNAL_TEST_ASSERT_EQUAL_JSON | ( | const char * | expected, |
| const char * | actual, | ||
| unsigned int | line | ||
| ) |