open static fun create(name: String, testCase: Handler<TestContext>): TestCase
Create a test case.
name - the test case name
name
testCase - the test case
testCase
Return the created test case