[ Version ( since = "0.9.7" ) ]
public void add_exit_test (TFun tf, int expected_exit_value)
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
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 |
0.9.7