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
@BeforeSuite(groups="arquillian", inheritGroups=true) public void arquillianBeforeSuite() throws Exception
Exception
@AfterSuite(groups="arquillian", inheritGroups=true, alwaysRun=true) public void arquillianAfterSuite() throws Exception
Exception
@BeforeClass(groups="arquillian", inheritGroups=true) public void arquillianBeforeClass() throws Exception
Exception
@AfterClass(groups="arquillian", inheritGroups=true, alwaysRun=true) public void arquillianAfterClass() throws Exception
Exception
@BeforeMethod(groups="arquillian", inheritGroups=true) public void arquillianBeforeTest(Method testMethod) throws Exception
Exception
@AfterMethod(groups="arquillian", inheritGroups=true, alwaysRun=true) public void arquillianAfterTest(Method testMethod) throws Exception
Exception
public void run(org.testng.IHookCallBack callback, org.testng.ITestResult testResult)
run
in interface org.testng.IHookable
Copyright © 2018 JBoss by Red Hat. All rights reserved.