Sha256: acb2c50d4e8ccdac538496e57eaf6ebc967257e985bcdba1fd49e12a486435dc

Contents?: true

Size: 495 Bytes

Versions: 44

Compression:

Stored size: 495 Bytes

Contents

#ifndef _TESTHELPER_H
#define _TESTHELPER_H

#include "Types.h"

void AssertEqualExampleStruct(const EXAMPLE_STRUCT_T expected, const EXAMPLE_STRUCT_T actual, const unsigned short line);

#define UNITY_TEST_ASSERT_EQUAL_EXAMPLE_STRUCT_T(expected, actual, line, message) AssertEqualExampleStruct(expected, actual, line);

#define TEST_ASSERT_EQUAL_EXAMPLE_STRUCT_T(expected, actual) UNITY_TEST_ASSERT_EQUAL_EXAMPLE_STRUCT_T(expected, actual, __LINE__, NULL);

#endif // _TESTHELPER_H

Version data entries

44 entries across 29 versions & 1 rubygems

Version Path
ceedling-0.10.0 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.9.4 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.9.2 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.9.0 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.18 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.17 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.16 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.15 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.14 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.13 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.12 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.8 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.7 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.5 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.4 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.3 examples/temp_sensor/test/support/UnityHelper.h
ceedling-0.0.2 new_project_template/vendor/ceedling/vendor/cmock/vendor/c_exception/vendor/unity/examples/helper/UnityHelper.h
ceedling-0.0.2 new_project_template/vendor/ceedling/vendor/unity/examples/helper/UnityHelper.h
ceedling-0.0.2 new_project_template/vendor/ceedling/vendor/c_exception/vendor/unity/examples/helper/UnityHelper.h
ceedling-0.0.2 new_project_template/vendor/ceedling/vendor/cmock/vendor/unity/examples/helper/UnityHelper.h