Searched refs:getInvokedMethodNames (Results 1 – 4 of 4) sorted by relevance
40 assertThat(listener.getInvokedMethodNames()).containsExactly("test2", "afterClass"); in AfterClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
40 assertThat(listener.getInvokedMethodNames()).containsExactly("beforeClass", "test2"); in BeforeClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
39 public List<String> getInvokedMethodNames() { in getInvokedMethodNames() method in InvokedMethodNameListener
116 return listener.getInvokedMethodNames(); in run()