public abstract class Arquillian
extends java.lang.Object
implements org.testng.IHookable
Modifier and Type | Class and Description |
---|---|
private static class |
Arquillian.Cycle |
static class |
Arquillian.UpdateResultListener |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ARQUILLIAN_DATA_PROVIDER |
private static java.lang.ThreadLocal<java.util.Stack<Arquillian.Cycle>> |
cycleStack |
private static java.lang.ThreadLocal<TestRunnerAdaptor> |
deployableTest |
Constructor and Description |
---|
Arquillian() |
Modifier and Type | Method and Description |
---|---|
void |
arquillianAfterClass() |
void |
arquillianAfterSuite() |
void |
arquillianAfterTest(java.lang.reflect.Method testMethod) |
java.lang.Object[][] |
arquillianArgumentProvider(java.lang.reflect.Method method) |
void |
arquillianBeforeClass() |
void |
arquillianBeforeSuite() |
void |
arquillianBeforeTest(java.lang.reflect.Method testMethod) |
void |
run(org.testng.IHookCallBack callback,
org.testng.ITestResult testResult) |
private void |
verifyTestRunnerAdaptorHasBeenSet() |
public static final java.lang.String ARQUILLIAN_DATA_PROVIDER
private static java.lang.ThreadLocal<TestRunnerAdaptor> deployableTest
private static java.lang.ThreadLocal<java.util.Stack<Arquillian.Cycle>> cycleStack
@BeforeSuite(groups="arquillian", inheritGroups=true) public void arquillianBeforeSuite() throws java.lang.Exception
java.lang.Exception
@AfterSuite(groups="arquillian", inheritGroups=true, alwaysRun=true) public void arquillianAfterSuite() throws java.lang.Exception
java.lang.Exception
@BeforeClass(groups="arquillian", inheritGroups=true) public void arquillianBeforeClass() throws java.lang.Exception
java.lang.Exception
@AfterClass(groups="arquillian", inheritGroups=true, alwaysRun=true) public void arquillianAfterClass() throws java.lang.Exception
java.lang.Exception
@BeforeMethod(groups="arquillian", inheritGroups=true) public void arquillianBeforeTest(java.lang.reflect.Method testMethod) throws java.lang.Exception
java.lang.Exception
@AfterMethod(groups="arquillian", inheritGroups=true, alwaysRun=true) public void arquillianAfterTest(java.lang.reflect.Method testMethod) throws java.lang.Exception
java.lang.Exception
public void run(org.testng.IHookCallBack callback, org.testng.ITestResult testResult)
run
in interface org.testng.IHookable
@DataProvider(name="ARQUILLIAN_DATA_PROVIDER") public java.lang.Object[][] arquillianArgumentProvider(java.lang.reflect.Method method)
private void verifyTestRunnerAdaptorHasBeenSet()