Sha256: aeefa9038a6e7d3b9f180f6b8c994f648af2625f8686ceb88aaac2684eee5859

Contents?: true

Size: 839 Bytes

Versions: 14

Compression:

Stored size: 839 Bytes

Contents

/* AUTOGENERATED FILE. DO NOT EDIT. */
#include "unity.h"
#include <setjmp.h>
#include <stdio.h>

char MessageBuffer[50];

extern void setUp(void);
extern void tearDown(void);

extern void test_IgnoredTest(void);
extern void test_AnotherIgnoredTest(void);
extern void test_ThisFunctionHasNotBeenTested_NeedsToBeImplemented(void);

static void runTest(UnityTestFunction test)
{
  if (TEST_PROTECT())
  {
      setUp();
      test();
  }
  if (TEST_PROTECT() && !TEST_IS_IGNORED)
  {
    tearDown();
  }
}
void resetTest()
{
  tearDown();
  setUp();
}


int main(void)
{
  Unity.TestFile = "test/TestProductionCode2.c";
  UnityBegin();

  // RUN_TEST calls runTest
  RUN_TEST(test_IgnoredTest, 13);
  RUN_TEST(test_AnotherIgnoredTest, 18);
  RUN_TEST(test_ThisFunctionHasNotBeenTested_NeedsToBeImplemented, 23);

  UnityEnd();
  return 0;
}

Version data entries

14 entries across 6 versions & 1 rubygems

Version Path
ceedling-0.19.0 vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/test/no_ruby/TestProductionCode2_Runner.c
ceedling-0.19.0 vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.19.0 vendor/c_exception/vendor/unity/examples/example_3/test/no_ruby/TestProductionCode2_Runner.c
ceedling-0.19.0 vendor/c_exception/vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.15.6 vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.15.6 vendor/unity/examples/example_3/test/no_ruby/TestProductionCode2_Runner.c
ceedling-0.15.5 vendor/unity/examples/example_3/test/no_ruby/TestProductionCode2_Runner.c
ceedling-0.15.5 vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.15.4 vendor/unity/examples/example_3/test/no_ruby/TestProductionCode2_Runner.c
ceedling-0.15.4 vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.15.3 vendor/unity/examples/example_3/test/no_ruby/TestProductionCode2_Runner.c
ceedling-0.15.3 vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.15.2 vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.15.2 vendor/unity/examples/example_3/test/no_ruby/TestProductionCode2_Runner.c