Modifier and Type | Method and Description |
---|---|
static TestCase |
create(String name,
Handler<TestContext> testCase)
Create a test case.
|
Object |
getDelegate() |
static TestCase |
newInstance(TestCase arg) |
public TestCase(TestCase delegate)
public Object getDelegate()
public static TestCase create(String name, Handler<TestContext> testCase)
name
- the test case nametestCase
- the test caseCopyright © 2016. All rights reserved.