Formula Student Electronics & Software
The code for the embedded software
Loading...
Searching...
No Matches
test_checkupManager.cpp File Reference
#include "unity.h"
#include "logic/checkupManager.hpp"
#include "model/systemData.hpp"
#include "comm/communicatorSettings.hpp"
Include dependency graph for test_checkupManager.cpp:

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 ()
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 282 of file test_checkupManager.cpp.

Here is the call graph for this function:

◆ setUp()

void setUp ( void  )

Definition at line 276 of file test_checkupManager.cpp.

◆ tearDown()

void tearDown ( void  )

Definition at line 279 of file test_checkupManager.cpp.

◆ test_emergencySequenceComplete()

void test_emergencySequenceComplete ( )

Definition at line 248 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_initialCheckupSequence_states()

void test_initialCheckupSequence_states ( )

Definition at line 46 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_resTriggered()

void test_resTriggered ( )

Definition at line 264 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_shouldEnterEmergency()

void test_shouldEnterEmergency ( )

Definition at line 118 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_shouldEnterEmergencyAsDrivingEBSValves()

void test_shouldEnterEmergencyAsDrivingEBSValves ( )

Definition at line 184 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_shouldStayDriving()

void test_shouldStayDriving ( )

Definition at line 219 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_shouldStayManualDriving_false()

void test_shouldStayManualDriving_false ( )

Definition at line 17 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_shouldStayManualDriving_true()

void test_shouldStayManualDriving_true ( )

Definition at line 6 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_shouldStayMissionFinished()

void test_shouldStayMissionFinished ( )

Definition at line 236 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_shouldStayOff_whenInitialCheckupFails_false()

void test_shouldStayOff_whenInitialCheckupFails_false ( )

Definition at line 37 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_shouldStayReady()

void test_shouldStayReady ( )

Definition at line 106 of file test_checkupManager.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: