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
  • Constructor Details

    • TestListenerInvocationHandler

      public TestListenerInvocationHandler(org.apache.maven.surefire.junit.JUnit3Reporter reporter)
  • Method Details