Formula Student Electronics & Software
The code for the embedded software
|
#include "unity.h"
#include "logic/checkupManager.hpp"
#include "model/systemData.hpp"
#include "comm/communicatorSettings.hpp"
Go to the source code of this file.
Functions | |
void | test_shouldStayManualDriving_true () |
void | test_shouldStayManualDriving_false () |
void | test_shouldStayOff_whenInitialCheckupFails_false () |
void | test_initialCheckupSequence_states () |
void | test_shouldStayReady () |
void | test_shouldEnterEmergency () |
void | test_shouldEnterEmergencyAsDrivingEBSValves () |
void | test_shouldStayDriving () |
void | test_shouldStayMissionFinished () |
void | test_emergencySequenceComplete () |
void | test_resTriggered () |
void | setUp (void) |
void | tearDown (void) |
int | main () |
int main | ( | void | ) |
void setUp | ( | void | ) |
Definition at line 276 of file test_checkupManager.cpp.
void tearDown | ( | void | ) |
Definition at line 279 of file test_checkupManager.cpp.
void test_emergencySequenceComplete | ( | ) |
Definition at line 248 of file test_checkupManager.cpp.
void test_initialCheckupSequence_states | ( | ) |
Definition at line 46 of file test_checkupManager.cpp.
void test_resTriggered | ( | ) |
Definition at line 264 of file test_checkupManager.cpp.
void test_shouldEnterEmergency | ( | ) |
Definition at line 118 of file test_checkupManager.cpp.
void test_shouldEnterEmergencyAsDrivingEBSValves | ( | ) |
Definition at line 184 of file test_checkupManager.cpp.
void test_shouldStayDriving | ( | ) |
Definition at line 219 of file test_checkupManager.cpp.
void test_shouldStayManualDriving_false | ( | ) |
Definition at line 17 of file test_checkupManager.cpp.
void test_shouldStayManualDriving_true | ( | ) |
Definition at line 6 of file test_checkupManager.cpp.
void test_shouldStayMissionFinished | ( | ) |
Definition at line 236 of file test_checkupManager.cpp.
void test_shouldStayOff_whenInitialCheckupFails_false | ( | ) |
Definition at line 37 of file test_checkupManager.cpp.
void test_shouldStayReady | ( | ) |
Definition at line 106 of file test_checkupManager.cpp.