Sha256: d354ad8fc226fc66b8c938b7fe16f024d0bcab176c59c9515d113eac7c0c2083

Contents?: true

Size: 598 Bytes

Versions: 6

Compression:

Stored size: 598 Bytes

Contents

#include "ProductionCode2.h"
#include "unity.h"

/* These should be ignored because they are commented out in various ways:
#include "whatever.h" 
#include "somethingelse.h"
*/

void setUp(void)
{
}

void tearDown(void)
{
}

void test_IgnoredTest(void)
{
    TEST_IGNORE_MESSAGE("This Test Was Ignored On Purpose");
}

void test_AnotherIgnoredTest(void)
{
    TEST_IGNORE_MESSAGE("These Can Be Useful For Leaving Yourself Notes On What You Need To Do Yet");
}

void test_ThisFunctionHasNotBeenTested_NeedsToBeImplemented(void)
{
    TEST_IGNORE(); /* Like This */
}

Version data entries

6 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.29.1 vendor/c_exception/vendor/unity/examples/example_1/test/TestProductionCode2.c
ceedling-0.29.1 vendor/cmock/vendor/unity/examples/example_1/test/TestProductionCode2.c
ceedling-0.29.1 vendor/unity/examples/example_1/test/TestProductionCode2.c
ceedling-0.29.0 vendor/c_exception/vendor/unity/examples/example_1/test/TestProductionCode2.c
ceedling-0.29.0 vendor/cmock/vendor/unity/examples/example_1/test/TestProductionCode2.c
ceedling-0.29.0 vendor/unity/examples/example_1/test/TestProductionCode2.c