Sha256: a782491bcd8dd857b26a62df58e8671f1cb7641d6c0fe7f7853c079732ccd8e9
Contents?: true
Size: 700 Bytes
Versions: 56
Compression:
Stored size: 700 Bytes
Contents
#include "unity.h" #include "unity_fixture.h" TEST_GROUP_RUNNER(ProductionCode) { RUN_TEST_CASE(ProductionCode, FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode); RUN_TEST_CASE(ProductionCode, FindFunction_WhichIsBroken_ShouldReturnTheIndexForItemsInList_WhichWillFailBecauseOurFunctionUnderTestIsBroken); RUN_TEST_CASE(ProductionCode, FunctionWhichReturnsLocalVariable_ShouldReturnTheCurrentCounterValue); RUN_TEST_CASE(ProductionCode, FunctionWhichReturnsLocalVariable_ShouldReturnTheCurrentCounterValueAgain); RUN_TEST_CASE(ProductionCode, FunctionWhichReturnsLocalVariable_ShouldReturnCurrentCounter_ButFailsBecauseThisTestIsActuallyFlawed); }
Version data entries
56 entries across 23 versions & 2 rubygems