org.apache.maven.surefire.junit
Class TestListenerInvocationHandler

java.lang.Object
  extended by 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


Constructor Summary
TestListenerInvocationHandler(org.apache.maven.surefire.report.ReporterManager reportManager, java.lang.Object instanceOfTestResult, java.lang.ClassLoader loader)
           
 
Method Summary
 void handleStartTest(java.lang.Object[] args)
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.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(org.apache.maven.surefire.report.ReporterManager reportManager,
                                     java.lang.Object instanceOfTestResult,
                                     java.lang.ClassLoader loader)
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 interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable

handleStartTest

public void handleStartTest(java.lang.Object[] args)


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.