public class TestListenerInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Constructor and Description |
|---|
TestListenerInvocationHandler(Reporter reportManager,
java.lang.Object instanceOfTestResult,
java.lang.ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleStartTest(java.lang.Object[] args) |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public TestListenerInvocationHandler(Reporter reportManager, java.lang.Object instanceOfTestResult, java.lang.ClassLoader loader)
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwablepublic void handleStartTest(java.lang.Object[] args)
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.