public abstract class TestConfigAnalyzer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<Class<?>> |
classesToIgnore |
protected TestConfig |
testConfig |
protected String |
weldVersion |
| Constructor and Description |
|---|
TestConfigAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(Class<?> testClass) |
void |
analyze(Class<?> testClass,
CdiTestConfig config) |
void |
analyze(Class<?> testClass,
Method testMethod,
CdiTestConfig config) |
protected <T> org.jboss.weld.bootstrap.spi.Metadata<T> |
createMetadata(T value,
String location) |
Set<Class<?>> |
getClassesToIgnore() |
Set<Class<?>> |
getClassesToProcess() |
Set<String> |
getDiscoveredClasses() |
TestConfig |
getTestConfig() |
protected void |
init(Class<?> testClass,
CdiTestConfig config) |
protected abstract void |
initContainerSpecific(Class<?> testClass,
Method testMethod) |
protected final TestConfig testConfig
protected String weldVersion
public TestConfig getTestConfig()
protected <T> org.jboss.weld.bootstrap.spi.Metadata<T> createMetadata(T value,
String location)
public void analyze(Class<?> testClass) throws IOException
IOExceptionpublic void analyze(Class<?> testClass, CdiTestConfig config) throws IOException
IOExceptionpublic void analyze(Class<?> testClass, Method testMethod, CdiTestConfig config) throws IOException
IOExceptionprotected abstract void initContainerSpecific(Class<?> testClass, Method testMethod)
protected void init(Class<?> testClass, CdiTestConfig config)
Copyright © 2017–2018. All rights reserved.