add_exit_test
Description:
Add a test function with an expected exit value to a test case
The added test is expected to terminate by exiting with the given value
Parameters:
tf |
test function to add to test case |
expected_exit_value |
exit value for test function to return in order for the test to be considered passing |
Since:
0.9.7