org.jboss.arquillian.testng
Class Arquillian
java.lang.Object
org.jboss.arquillian.testng.Arquillian
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
public abstract class Arquillian
- extends Object
- implements org.testng.IHookable
Arquillian
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARQUILLIAN_DATA_PROVIDER
public static final String ARQUILLIAN_DATA_PROVIDER
- See Also:
- Constant Field Values
Arquillian
public Arquillian()
arquillianBeforeSuite
public void arquillianBeforeSuite()
throws Exception
- Throws:
Exception
arquillianAfterSuite
public void arquillianAfterSuite()
throws Exception
- Throws:
Exception
arquillianBeforeClass
public void arquillianBeforeClass()
throws Exception
- Throws:
Exception
arquillianAfterClass
public void arquillianAfterClass()
throws Exception
- Throws:
Exception
arquillianBeforeTest
public void arquillianBeforeTest(Method testMethod)
throws Exception
- Throws:
Exception
arquillianAfterTest
public void arquillianAfterTest(Method testMethod)
throws Exception
- Throws:
Exception
run
public void run(org.testng.IHookCallBack callback,
org.testng.ITestResult testResult)
- Specified by:
run
in interface org.testng.IHookable
arquillianArgumentProvider
public Object[][] arquillianArgumentProvider(Method method)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.