public class Arquillian
extends org.jboss.arquillian.junit.Arquillian
Constructor and Description |
---|
Arquillian(java.lang.Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<org.junit.rules.TestRule> |
classRules() |
protected org.junit.runners.model.TestClass |
createTestClass(java.lang.Class<?> testClass) |
protected java.util.List<org.junit.rules.TestRule> |
getTestRules(java.lang.Object target) |
protected org.junit.runners.model.Statement |
withAfters(org.junit.runners.model.FrameworkMethod method,
java.lang.Object target,
org.junit.runners.model.Statement statement) |
protected org.junit.runners.model.Statement |
withBefores(org.junit.runners.model.FrameworkMethod method,
java.lang.Object target,
org.junit.runners.model.Statement statement) |
getChildren, methodBlock, methodInvoker, run, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
collectInitializationErrors, computeTestMethods, createTest, describeChild, isIgnored, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withPotentialTimeout
public Arquillian(java.lang.Class<?> clazz) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected java.util.List<org.junit.rules.TestRule> classRules()
classRules
in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
protected org.junit.runners.model.TestClass createTestClass(java.lang.Class<?> testClass)
createTestClass
in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
protected java.util.List<org.junit.rules.TestRule> getTestRules(java.lang.Object target)
getTestRules
in class org.junit.runners.BlockJUnit4ClassRunner
protected org.junit.runners.model.Statement withAfters(org.junit.runners.model.FrameworkMethod method, java.lang.Object target, org.junit.runners.model.Statement statement)
withAfters
in class org.jboss.arquillian.junit.Arquillian
protected org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod method, java.lang.Object target, org.junit.runners.model.Statement statement)
withBefores
in class org.jboss.arquillian.junit.Arquillian