Sha256: 442648021fb30ce6d07d409f6b4f6fe1261b579629c95d806a25bcc48c626865
Contents?: true
Size: 336 Bytes
Versions: 2
Compression:
Stored size: 336 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_special_adc_reset(void) { Adc_ResetSpec_Expect(); // to check if also test file is compiled with this define #ifdef SPECIFIC_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_special.c |
ceedling-0.31.0 | assets/tests_with_defines/test/test_adc_hardware_special.c |