formatting auto
This commit is contained in:
parent
43a64678eb
commit
2b45d70044
|
@ -25,21 +25,13 @@ TEST_GROUP(test_LedController)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
TEST(test_LedController, SpyStructWorks)
|
TEST(test_LedController, LedController_SetHigh)
|
||||||
{
|
{
|
||||||
FAIL("Not yet implimented");
|
uint8_t fake_port = 0x00;
|
||||||
|
|
||||||
|
Led fake_led;
|
||||||
|
fake_led.port = &fake_port;
|
||||||
|
fake_led.pin_num = 0;
|
||||||
|
fake_led.state = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
TEST(test_LedController, FirstTest)
|
|
||||||
{
|
|
||||||
FAIL("Fail me!");
|
|
||||||
}
|
|
||||||
|
|
||||||
TEST(test_LedController, SecondTest)
|
|
||||||
{
|
|
||||||
STRCMP_EQUAL("hello", "world");
|
|
||||||
LONGS_EQUAL(1, 2);
|
|
||||||
CHECK(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue