org.apache.maven.surefire.battery
Class TestListenerInvocationHandler

java.lang.Object
  extended byorg.apache.maven.surefire.battery.TestListenerInvocationHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class TestListenerInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Constructor Summary
TestListenerInvocationHandler(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(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-2006 Apache. All Rights Reserved.