add_test_full
Description:
[ CCode ( cname = "_tcase_add_test" ) ]
public void add_test_full (TFun tf, string fname, int @signal, int allowed_exit_value, int start, int end)
public void add_test_full (TFun tf, string fname, int @signal, int allowed_exit_value, int start, int end)
Add a test function to a test case
Parameters:
tf |
function to add to test case |
allowed_exit_value |
exit value for test function to return in order for the test to be considered passing |
start |
starting index for value "i" in test |
end |
ending index for value "i" in test |