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

Version Path
ceedling-0.31.1 vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.31.1 vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.31.0 vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.31.0 vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
simdjson-0.3.0 vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.30.0 vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.30.0 vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.30.0 vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.30.0 vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.28.3 vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.28.3 vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.28.2 vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.28.1 vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.28.1 vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.28.1 vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.28.1 vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.27.0 vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.27.0 vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.27.0 vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c
ceedling-0.27.0 vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c