Class: sltest.testmanager.TestCase
Package: sltest.testmanager
Add test iteration to test case
addIteration(tc,iter)
addIteration(___,name)
addIteration(
adds
a test iteration to the test case. The Test Manager gives the iteration
a unique name.tc
,iter
)
addIteration(___,
adds
a test iteration to the test case with a specified name, which must
be unique.name
)