public class TestCaseImpl extends Object implements TestCase
| Constructor and Description |
|---|
TestCaseImpl(String name,
int repeat,
Handler<TestContext> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
awaitSuccess()
Assert the test case passes and block until it is executed.
|
void |
awaitSuccess(long timeout,
TimeUnit unit)
Assert the test case passes and block until it is executed.
|
void |
awaitSuccess(Vertx vertx)
Assert the test case passes and block until it is executed.
|
void |
awaitSuccess(Vertx vertx,
long timeout,
TimeUnit unit)
Assert the test case passes and block until it is executed.
|
String |
name() |
public TestCaseImpl(String name, int repeat, Handler<TestContext> handler)
public String name()
public void awaitSuccess()
TestCaseawaitSuccess in interface TestCasepublic void awaitSuccess(long timeout,
TimeUnit unit)
TestCaseawaitSuccess in interface TestCasetimeout - the suite timeout expressed in the unit argumentunit - the suite timeout unitpublic void awaitSuccess(Vertx vertx, long timeout, TimeUnit unit)
TestCaseawaitSuccess in interface TestCasevertx - the vert.x instancetimeout - the suite timeout expressed in the unit argumentunit - the suite timeout unitpublic void awaitSuccess(Vertx vertx)
TestCaseawaitSuccess in interface TestCasevertx - the vert.x instanceCopyright © 2020. All rights reserved.