add_loop_test


Description:

[ Version ( since = "0.9.4" ) ]
public void add_loop_test (TFun tf, int s, int e)

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