public interface ApplicationProvider
| Modifier and Type | Method and Description |
|---|---|
ApplicationInstance |
start(TestContext testContext)
Start the application using the given test context.
|
default void |
stop()
Stop the application.
|
ApplicationInstance start(TestContext testContext)
testContext - the test contextdefault void stop()
Copyright © 2016–2018 Testify Project. All rights reserved.