Sha256: fc9165ccadb932f8430d27013a05844c4b90025cc86ef44189ee453377eb92e7
Contents?: true
Size: 332 Bytes
Versions: 2
Compression:
Stored size: 332 Bytes
Contents
#include "unity.h" #include "example_file.h" void setUp(void) {} void tearDown(void) {} void test_add_numbers_adds_numbers(void) { TEST_ASSERT_EQUAL(2, add_numbers(1,1) //Removed semicolon & parenthesis to make a compile error. } void test_add_numbers_will_fail(void) { TEST_ASSERT_EQUAL(2, add_numbers(2,2)); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-0.29.1 | assets/test_example_file_boom.c |
ceedling-0.29.0 | assets/test_example_file_boom.c |