Sha256: 5d91243a2572c8ce1b6e792db80a2811a02622a82ac18bc7ea396e81493e3dad
Contents?: true
Size: 324 Bytes
Versions: 2
Compression:
Stored size: 324 Bytes
Contents
#include "unity.h" #include "adc_hardware.h" #include "mock_adc_hardware_configurator.h" void setUp(void) { } void tearDown(void) { } void test_init_should_call_adc_reset(void) { Adc_Reset_Expect(); // to check if also test file is compiled with this define #ifdef STANDARD_CONFIG AdcHardware_Init(); #endif }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-0.31.1 | assets/tests_with_defines/test/test_adc_hardware.c |
ceedling-0.31.0 | assets/tests_with_defines/test/test_adc_hardware.c |