Next: Implementing test cases for a MINUnit test module, Previous: Implementing test cases for a Hardcoded test module, Up: Using MIN for test cases implementation
To add new test cases to test modules that have just been created, the user must modify the functions tm_get_test_cases()
and tm_run_test_case()
.
MIN calls the tm_get_test_cases()
function to get the test cases from the test module.
MIN calls the tm_run_test_case()
function to execute a test.