Sha256: 14aef95de310f1e1381feaaf256ea94d0905a538311b5e3fdc944f927e75b287
Contents?: true
Size: 271 Bytes
Versions: 56
Compression:
Stored size: 271 Bytes
Contents
#include "unity.h" #include "unity_fixture.h" TEST_GROUP_RUNNER(ProductionCode2) { RUN_TEST_CASE(ProductionCode2, IgnoredTest); RUN_TEST_CASE(ProductionCode2, AnotherIgnoredTest); RUN_TEST_CASE(ProductionCode2, ThisFunctionHasNotBeenTested_NeedsToBeImplemented); }
Version data entries
56 entries across 23 versions & 2 rubygems