|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.PreserveOrderMethodInterceptor
public class PreserveOrderMethodInterceptor
A method interceptor that preserves the order in which test classes were found in the <test> tag.
Constructor Summary | |
---|---|
PreserveOrderMethodInterceptor()
|
Method Summary | |
---|---|
java.util.List<IMethodInstance> |
intercept(java.util.List<IMethodInstance> methods,
ITestContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreserveOrderMethodInterceptor()
Method Detail |
---|
public java.util.List<IMethodInstance> intercept(java.util.List<IMethodInstance> methods, ITestContext context)
intercept
in interface IMethodInterceptor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |