Sha256: 0a1a07784a4c8f9799c15f38df59d9f3ceaea67483db767289178f38372f053f
Contents?: true
Size: 511 Bytes
Versions: 2
Compression:
Stored size: 511 Bytes
Contents
/* ========================================================================= CMock - Automatic Mock Generation for C ThrowTheSwitch.org Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #include "unity.h" #include "foo.h" void setUp(void) { } void tearDown(void) { } void test_foo_init_should_initialize_multiplier() { foo_init(); TEST_ASSERT_FALSE(0); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/examples/make_example/test/test_foo.c |
ceedling-1.0.0 | vendor/cmock/examples/make_example/test/test_foo.c |