void MSGTBL_AddTestCase(void) { UtTest_Add(MSGTBL_Test01, MSGTBL_Setup, MSGTBL_TearDown, "MSGTBL_Test01 - Constructor, ResetStatus, GetTblPtr"); UtTest_Add(MSGTBL_Test02, MSGTBL_Setup, MSGTBL_TearDown, "MSGTBL_Test02 - LoadTable, LoadTableEntry, SendMsg"); }
void TBLMGR_AddTestCase(void) { UtTest_Add(TBLMGR_Test01, TBLMGR_Setup, TBLMGR_TearDown, "TBLMGR_Test01 - Constructor"); UtTest_Add(TBLMGR_Test02, TBLMGR_Setup, TBLMGR_TearDown, "TBLMGR_Test02 - TBD Description"); }
void Example_Cmds_Test_AddTestCases(void) { UtTest_Add(Example_Function2_Test_Case1, Example_Test_Setup, Example_Test_TearDown, "Example_Function2_Test_Case1"); UtTest_Add(Example_Function2_Test_Case2, Example_Test_Setup, Example_Test_TearDown, "Example_Function2_Test_Case2"); UtTest_Add(Example_Function2_Test_Case3, Example_Test_Setup, Example_Test_TearDown, "Example_Function2_Test_Case3"); } /* end Example_Cmds_Test_AddTestCases */