Zigbee Protocol Controller 1.6.0
unity_helpers.h File Reference

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)
 

Detailed Description

Various helpers/extensions for unity test framework.

This component contains various additions to the unity test framework

Macro Definition Documentation

◆ TEST_ASSERT_EQUAL_JSON

#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

Function Documentation

◆ INTERNAL_TEST_ASSERT_EQUAL_JSON()

void INTERNAL_TEST_ASSERT_EQUAL_JSON ( const char *  expected,
const char *  actual,
unsigned int  line 
)