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

Version Path
ceedling-0.29.1 vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.29.1 vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.29.1 vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.29.0 vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.29.0 vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.29.0 vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c