Sha256: c4d0ed6caa424bbae87ded55af86c5be453fda9b10bf42d8d27cb51035a6f6c1

Contents?: true

Size: 644 Bytes

Versions: 4

Compression:

Stored size: 644 Bytes

Contents

#include "MockTimerConfigurator.h"
#include "src/TimerHardware.h"
#include "src/Types.h"
#include "/Library/Ruby/Gems/2.6.0/gems/ceedling-0.31.0/vendor/unity/src/unity.h"


void setUp(void)

{

}



void tearDown(void)

{

}



void testInitShouldDelegateAppropriatelyToConfigurator(void)

{

  Timer_EnablePeripheralClocks_CMockExpect(16);

  Timer_Reset_CMockExpect(17);

  Timer_ConfigureMode_CMockExpect(18);

  Timer_ConfigurePeriod_CMockExpect(19);

  Timer_EnableOutputPin_CMockExpect(20);

  Timer_Enable_CMockExpect(21);

  Timer_ConfigureInterruptHandler_CMockExpect(22);

  Timer_Start_CMockExpect(23);



  TimerHardware_Init();

}

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.31.1 examples/temp_sensor/build/test/cache/TestTimerHardware.c
ceedling-0.31.1 examples/temp_sensor/build/test/preprocess/files/TestTimerHardware.c
ceedling-0.31.0 examples/temp_sensor/build/test/cache/TestTimerHardware.c
ceedling-0.31.0 examples/temp_sensor/build/test/preprocess/files/TestTimerHardware.c