public interface TestEnvironment<CONFIG extends Object>
abstract Boolean
isRunning(CONFIG config)
abstract CONFIG
start(TestContext context)
abstract String
getId()
abstract KClass<CONFIG>
getConfigClass()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Boolean isRunning(CONFIG config)
abstract CONFIG start(TestContext context)
abstract String getId()
abstract KClass<CONFIG> getConfigClass()