Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers TestProductionCode2_Runner.c Source File

TestProductionCode2_Runner.c

00001 #include "unity.h"
00002 #include "unity_fixture.h"
00003 
00004 TEST_GROUP_RUNNER(ProductionCode2)
00005 {
00006   RUN_TEST_CASE(ProductionCode2, IgnoredTest);
00007   RUN_TEST_CASE(ProductionCode2, AnotherIgnoredTest);
00008   RUN_TEST_CASE(ProductionCode2, ThisFunctionHasNotBeenTested_NeedsToBeImplemented);
00009 }