public abstract class Arquillian extends Object implements org.testng.IHookable
| Modifier and Type | Class and Description |
|---|---|
static class |
Arquillian.UpdateResultListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
ARQUILLIAN_DATA_PROVIDER |
| Constructor and Description |
|---|
Arquillian() |
| Modifier and Type | Method and Description |
|---|---|
void |
arquillianAfterClass() |
void |
arquillianAfterSuite() |
void |
arquillianAfterTest(Method testMethod) |
Object[][] |
arquillianArgumentProvider(Method method) |
void |
arquillianBeforeClass() |
void |
arquillianBeforeSuite() |
void |
arquillianBeforeTest(Method testMethod) |
void |
run(org.testng.IHookCallBack callback,
org.testng.ITestResult testResult) |
public static final String ARQUILLIAN_DATA_PROVIDER
public void arquillianBeforeTest(Method testMethod) throws Exception
Exceptionpublic void arquillianAfterTest(Method testMethod) throws Exception
Exceptionpublic void run(org.testng.IHookCallBack callback,
org.testng.ITestResult testResult)
run in interface org.testng.IHookableCopyright © 2018 JBoss by Red Hat. All rights reserved.