open fun test(name: String, testCase: Handler<TestContext>): TestSuite
Add a new test case to the suite.
Return
a reference to this, so the API can be used fluently
open fun test(name: String, repeat: Int, testCase: Handler<TestContext>): TestSuite
Add a new test case to the suite.
repeat - the number of times the test should be repeated
Return
a reference to this, so the API can be used fluently