Modifier and Type | Method and Description |
---|---|
private void |
DeploymentGenerator.applyApplicationProcessors(org.jboss.shrinkwrap.api.Archive<?> applicationArchive,
TestClass testClass) |
private void |
DeploymentGenerator.buildTestableDeployments(DeploymentScenario scenario,
TestClass testCase,
ProtocolRegistry protoReg) |
private void |
DeploymentGenerator.createTestableDeployments(DeploymentScenario scenario,
TestClass testCase) |
java.util.List<DeploymentDescription> |
AnnotationDeploymentScenarioGenerator.generate(TestClass testClass) |
Modifier and Type | Field and Description |
---|---|
private TestClass |
GenerateDeployment.testClass |
Modifier and Type | Method and Description |
---|---|
TestClass |
GenerateDeployment.getTestClass() |
Constructor and Description |
---|
GenerateDeployment(TestClass testClass) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DeploymentDescription> |
DeploymentScenarioGenerator.generate(TestClass testClass)
Extract all meta data related to a
TestClass . |
void |
ApplicationArchiveProcessor.process(org.jboss.shrinkwrap.api.Archive<?> applicationArchive,
TestClass testClass) |
Modifier and Type | Field and Description |
---|---|
private InstanceProducer<TestClass> |
TestContextHandler.testClassProducer |
Modifier and Type | Field and Description |
---|---|
private TestClass |
ClassEvent.testClass |
Modifier and Type | Method and Description |
---|---|
TestClass |
ClassEvent.getTestClass() |
Constructor and Description |
---|
ClassEvent(TestClass testClass) |
ClassLifecycleEvent(TestClass testClass)
Create a new ClassLifecycleEvent for a specific Class.
|
ClassLifecycleEvent(TestClass testClass,
LifecycleMethodExecutor executor)
Create a new ClassLifecycleEvent for a specific Class.
|