public abstract class BaseEnvironmentProvider extends Object implements EnvironmentProvider
Constructor and Description |
---|
BaseEnvironmentProvider() |
Modifier and Type | Method and Description |
---|---|
protected abstract AutoCloseable |
doStart(Class<?> clazz,
Annotation[] annotations) |
String |
getName() |
AutoCloseable |
start(Class<?> clazz,
Annotation[] annotations)
Starts the environment represented by this implementation.
|
public BaseEnvironmentProvider()
public final AutoCloseable start(Class<?> clazz, Annotation[] annotations)
EnvironmentProvider
start
in interface EnvironmentProvider
clazz
- the test class.annotations
- the current annotations which can own environment configuration.protected abstract AutoCloseable doStart(Class<?> clazz, Annotation[] annotations)
1.1.6-SNAPSHOT - Copyright © 2018 Talend Component Kit Documentation