Formula Student Electronics & Software
The code for the embedded software
Loading...
Searching...
No Matches
test_systemDiagnostics.cpp
Go to the documentation of this file.
1#include "unity.h"
3
6 TEST_ASSERT_FALSE(fd.hasAnyComponentTimedOut());
8 TEST_ASSERT_TRUE(fd.hasAnyComponentTimedOut());
9}
10
11void setUp(void) {
12}
13
14void tearDown(void) {
15}
16
17
18int main () {
19 UNITY_BEGIN();
21 return UNITY_END();
22}
#define COMPONENT_TIMESTAMP_TIMEOUT
void setUp(void)
void tearDown(void)
void test_hasAnyComponentTimedOut(void)