Sha256: 7d72cb2f447ccac42c3bf77240bb354d48c8089b6dc5422ee6517e4f1a718733
Contents?: true
Size: 198 Bytes
Versions: 2
Compression:
Stored size: 198 Bytes
Contents
#include "unity.h" #include "foo.h" void setUp(void) { } void tearDown(void) { } void test_foo_init_should_initialize_multiplier() { foo_init(); TEST_ASSERT_FALSE(1); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-0.29.1 | vendor/cmock/examples/make_example/test/test_foo.c |
ceedling-0.29.0 | vendor/cmock/examples/make_example/test/test_foo.c |