Home
last modified time | relevance | path

Searched refs:setMethodInterceptor (Results 1 – 6 of 6) sorted by relevance

/external/testng/src/test/java/test/methodinterceptors/multipleinterceptors/
DMultipleInterceptorsTest.java17 tng.setMethodInterceptor(new FirstInterceptor()); in testMultipleInterceptors()
18 tng.setMethodInterceptor(new SecondInterceptor()); in testMultipleInterceptors()
19 tng.setMethodInterceptor(new ThirdInterceptor()); in testMultipleInterceptors()
/external/testng/src/test/java/test/methodinterceptors/
DMethodInterceptorTest.java49 tng.setMethodInterceptor(new NullMethodInterceptor()); in testNullInterceptor()
63 tng.setMethodInterceptor(new FastTestsFirstInterceptor()); in testFast()
DIssue521Test.java22 tng.setMethodInterceptor(new IMethodInterceptor() { in BeforeClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
DIssue392Test.java22 tng.setMethodInterceptor(new IMethodInterceptor() { in AfterClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
/external/testng/src/main/java/org/testng/
DTestNG.java1990 public void setMethodInterceptor(IMethodInterceptor methodInterceptor) { in setMethodInterceptor() method in TestNG
DTestRunner.java1561 public void setMethodInterceptor(IMethodInterceptor methodInterceptor){ in setMethodInterceptor() method in TestRunner