Package org.apache.maven.surefire.junit
Class TestListenerInvocationHandler
java.lang.Object
org.apache.maven.surefire.junit.TestListenerInvocationHandler
- All Implemented Interfaces:
InvocationHandler
Invocation Handler for TestListener proxies to delegate to our
RunListener
-
Constructor Summary
ConstructorsConstructorDescriptionTestListenerInvocationHandler
(org.apache.maven.surefire.report.RunListener reporter) -
Method Summary
-
Constructor Details
-
TestListenerInvocationHandler
public TestListenerInvocationHandler(org.apache.maven.surefire.report.RunListener reporter)
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-
handleStartTest
-