add_loop_test
Description:
Add a looping test function to a test case
The test will be called in a for(i = s; i < e; i++) loop with each iteration being executed in a new context. The loop variable 'i' is available in the test.
Parameters:
tf |
function to add to test case |
s |
starting index for value "i" in test |
e |
ending index for value "i" in test |
Since:
0.9.4