org.apache.maven.surefire.battery

Class TestListenerInvocationHandler

public class TestListenerInvocationHandler extends Object implements InvocationHandler

Constructor Summary
TestListenerInvocationHandler(ReporterManager reportManager, Object instanceOfTestResult, ClassLoader loader)
Method Summary
voidhandleStartTest(Object[] args)
Objectinvoke(Object proxy, Method method, Object[] args)

Constructor Detail

TestListenerInvocationHandler

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

Method Detail

handleStartTest

public void handleStartTest(Object[] args)

invoke

public Object invoke(Object proxy, Method method, Object[] args)
Copyright © 2004-2008 Apache. All Rights Reserved.