Sha256: 11aad6ed41c566cf21fb9ce42f46fd86f3d18a1cedac266d7a44b0f39c37dc8c
Contents?: true
Size: 279 Bytes
Versions: 6
Compression:
Stored size: 279 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
6 entries across 2 versions & 1 rubygems