Sha256: 18f79c7448ae5aa4202f552370b12de82b9eabd1eb7a26d47da006235266c0d5
Contents?: true
Size: 444 Bytes
Versions: 15
Compression:
Stored size: 444 Bytes
Contents
#include "unity.h" #include "unity_internals.h" #include "UnityHelper.h" #if 0 void AssertEqualMyDataType(const MyDataType_T expected, const MyDataType_T actual, const unsigned short line) { UNITY_TEST_ASSERT_EQUAL_INT(expected.length, actual.length, line, "MyDataType_T.length check failed"); UNITY_TEST_ASSERT_EQUAL_MEMORY(expected.buffer, actual.buffer, expected.length, line, "MyDataType_T.buffer check failed"); } #endif
Version data entries
15 entries across 15 versions & 1 rubygems