Searched refs:setMethodInterceptor (Results 1 – 6 of 6) sorted by relevance
17 tng.setMethodInterceptor(new FirstInterceptor()); in testMultipleInterceptors()18 tng.setMethodInterceptor(new SecondInterceptor()); in testMultipleInterceptors()19 tng.setMethodInterceptor(new ThirdInterceptor()); in testMultipleInterceptors()
49 tng.setMethodInterceptor(new NullMethodInterceptor()); in testNullInterceptor()63 tng.setMethodInterceptor(new FastTestsFirstInterceptor()); in testFast()
22 tng.setMethodInterceptor(new IMethodInterceptor() { in AfterClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
22 tng.setMethodInterceptor(new IMethodInterceptor() { in BeforeClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
1990 public void setMethodInterceptor(IMethodInterceptor methodInterceptor) { in setMethodInterceptor() method in TestNG
1561 public void setMethodInterceptor(IMethodInterceptor methodInterceptor){ in setMethodInterceptor() method in TestRunner