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