Sha256: ae2b2bcf1cd70d806f43664108c410b3f7192f554d45ca9ae6365a4f8a782898

Contents?: true

Size: 643 Bytes

Versions: 2

Compression:

Stored size: 643 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);

void resetTest(void);
void resetTest(void)
{
  tearDown();
  setUp();
}


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

  RUN_TEST(test_IgnoredTest, 13);
  RUN_TEST(test_AnotherIgnoredTest, 18);
  RUN_TEST(test_ThisFunctionHasNotBeenTested_NeedsToBeImplemented, 23);

  UnityEnd();
  return 0;
}

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
ceedling-0.18.0 vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c
ceedling-0.18.0 vendor/unity/examples/example_3/test/no_ruby/TestProductionCode2_Runner.c