org.apache.maven.surefire.junit
Class TestListenerInvocationHandler

java.lang.Object
  extended by org.apache.maven.surefire.junit.TestListenerInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class TestListenerInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
TestListenerInvocationHandler(ReporterManager reportManager, Object instanceOfTestResult, ClassLoader loader)
           
 
Method Summary
 void handleStartTest(Object[] args)
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestListenerInvocationHandler

public TestListenerInvocationHandler(ReporterManager reportManager,
                                     Object instanceOfTestResult,
                                     ClassLoader loader)
Method Detail

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-2010 The Apache Software Foundation. All Rights Reserved.