This class is deprecated.
use PaxExam instead
Class Overview
TestNG driver for Pax Exam.
Summary
|
[Expand]
Inherited Methods |
From class
org.ops4j.pax.exam.testng.listener.PaxExam
|
List<IMethodInstance>
|
intercept(List<IMethodInstance> methods, ITestContext context)
Callback from TestNG which lets us manipulate the list of test methods in the suite.
|
|
void
|
onFinish(ISuite suite)
Called by TestNG after the suite has finished.
|
|
void
|
onStart(ISuite suite)
Called by TestNG before the suite starts.
|
|
void
|
run(IHookCallBack callBack, ITestResult testResult)
Callback from TestNG which lets us intercept a test method invocation.
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.testng.IHookable
|
abstract
void
|
run(IHookCallBack arg0, ITestResult arg1)
|
|
From interface
org.testng.IMethodInterceptor
|
abstract
List<IMethodInstance>
|
intercept(List<IMethodInstance> arg0, ITestContext arg1)
|
|
From interface
org.testng.ISuiteListener
|
abstract
void
|
onFinish(ISuite arg0)
|
|
abstract
void
|
onStart(ISuite arg0)
|
|
Public Constructors
public
ExamTestNGListener
()