Searched refs:ExecutionListener (Results 1 – 2 of 2) sorted by relevance
16 public static class ExecutionListener implements IExecutionListener { class in ExecutionListenerTest53 s.addListener(ExecutionListener.class.getName()); in runTest()57 ExecutionListener.m_start = false; in runTest()58 ExecutionListener.m_finish = false; in runTest()61 Assert.assertEquals(ExecutionListener.m_start, expected); in runTest()62 Assert.assertEquals(ExecutionListener.m_finish, expected); in runTest()
6 @Listeners(ExecutionListenerTest.ExecutionListener.class)