Uses of Class
org.jboss.arquillian.test.spi.TestClass

Packages that use TestClass
org.jboss.arquillian.container.test.impl.client.deployment   
org.jboss.arquillian.container.test.impl.client.deployment.event   
org.jboss.arquillian.container.test.spi.client.deployment   
org.jboss.arquillian.test.spi.event.suite   
 

Uses of TestClass in org.jboss.arquillian.container.test.impl.client.deployment
 

Methods in org.jboss.arquillian.container.test.impl.client.deployment with parameters of type TestClass
 List<DeploymentDescription> AnnotationDeploymentScenarioGenerator.generate(TestClass testClass)
           
 

Uses of TestClass in org.jboss.arquillian.container.test.impl.client.deployment.event
 

Methods in org.jboss.arquillian.container.test.impl.client.deployment.event that return TestClass
 TestClass GenerateDeployment.getTestClass()
           
 

Constructors in org.jboss.arquillian.container.test.impl.client.deployment.event with parameters of type TestClass
GenerateDeployment(TestClass testClass)
           
 

Uses of TestClass in org.jboss.arquillian.container.test.spi.client.deployment
 

Methods in org.jboss.arquillian.container.test.spi.client.deployment with parameters of type TestClass
 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)
           
 

Uses of TestClass in org.jboss.arquillian.test.spi.event.suite
 

Methods in org.jboss.arquillian.test.spi.event.suite that return TestClass
 TestClass ClassEvent.getTestClass()
           
 

Constructors in org.jboss.arquillian.test.spi.event.suite with parameters of type TestClass
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.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.