|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.InstanceOrderingMethodInterceptor
public class InstanceOrderingMethodInterceptor
A method interceptor that sorts its methods per instances (i.e. per class).
Constructor Summary | |
---|---|
InstanceOrderingMethodInterceptor()
|
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 InstanceOrderingMethodInterceptor()
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 |