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