Package org.apache.maven.surefire.junit
Class TestListenerInvocationHandler
- java.lang.Object
-
- org.apache.maven.surefire.junit.TestListenerInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class TestListenerInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
Invocation Handler for TestListener proxies to delegate to ourRunListener
-
-
Constructor Summary
Constructors Constructor Description TestListenerInvocationHandler(org.apache.maven.surefire.report.RunListener reporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleStartTest(java.lang.Object[] args)
java.lang.Object
invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
- Specified by:
invoke
in interfacejava.lang.reflect.InvocationHandler
- Throws:
java.lang.Throwable
-
handleStartTest
public void handleStartTest(java.lang.Object[] args)
-
-