public class ModuleTestLauncher
extends java.lang.Object
implements java.lang.AutoCloseable
Wrapper around Launch class to enable test specific settings for module Tests
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HEADER_WITH_TESTFILE_NAME
Header we use to send the file name to inspect
|
Constructor and Description |
---|
ModuleTestLauncher()
Standard constructor setting the KeepFactory to test factory
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
io.vertx.core.json.JsonObject |
getConfig() |
io.vertx.core.Future<java.lang.Void> |
startKeepInTestMode(io.vertx.core.Vertx v) |
public static final java.lang.String HEADER_WITH_TESTFILE_NAME
Header we use to send the file name to inspect
public ModuleTestLauncher()
Standard constructor setting the KeepFactory to test factory
public void close()
close
in interface java.lang.AutoCloseable
public io.vertx.core.json.JsonObject getConfig()
public io.vertx.core.Future<java.lang.Void> startKeepInTestMode(io.vertx.core.Vertx v)
v
- Vertx instance