org.apache.maven.surefire.junit
Class TestListenerInvocationHandler
java.lang.Object
org.apache.maven.surefire.junit.TestListenerInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class TestListenerInvocationHandler
- extends Object
- implements InvocationHandler
Invocation Handler for TestListener proxies to delegate to our RunListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestListenerInvocationHandler
public TestListenerInvocationHandler(org.apache.maven.surefire.report.RunListener reporter)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
handleStartTest
public void handleStartTest(Object[] args)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.