Searched refs:MyInvokedMethodListener (Results 1 – 4 of 4) sorted by relevance
10 import test.listeners.EndMillisShouldNotBeZeroTest.MyInvokedMethodListener;13 @Listeners(MyInvokedMethodListener.class)17 public static class MyInvokedMethodListener implements IInvokedMethodListener { class in EndMillisShouldNotBeZeroTest
101 MyInvokedMethodListener.beforeInvocation.clear(); in invokedMethodListenersShouldBeOnlyRunOnceWithManyTests()102 MyInvokedMethodListener.afterInvocation.clear(); in invokedMethodListenersShouldBeOnlyRunOnceWithManyTests()104 assertThat(MyInvokedMethodListener.beforeInvocation).containsOnly( in invokedMethodListenersShouldBeOnlyRunOnceWithManyTests()107 assertThat(MyInvokedMethodListener.afterInvocation).containsOnly( in invokedMethodListenersShouldBeOnlyRunOnceWithManyTests()
5 @Listeners(value = {L3.class, SuiteListener.class, MyInvokedMethodListener.class})
10 public class MyInvokedMethodListener implements IInvokedMethodListener { class