public final class JUnit3Reflector extends Object
Constructor and Description |
---|
JUnit3Reflector(ClassLoader testClassLoader) |
Modifier and Type | Method and Description |
---|---|
Object |
constructTestObject(Class testClass) |
Method |
getAddListenerMethod() |
Class[] |
getInterfacesImplementedByDynamicProxy() |
Method |
getRunMethod(Class testClass) |
Class |
getTestInterface() |
Method |
getTestInterfaceRunMethod() |
Class |
getTestResultClass() |
boolean |
isJUnit3Available() |
public JUnit3Reflector(ClassLoader testClassLoader)
public Object constructTestObject(Class testClass) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException, InstantiationException
public Class[] getInterfacesImplementedByDynamicProxy()
public Class getTestResultClass()
public Method getAddListenerMethod()
public Method getTestInterfaceRunMethod()
public Class getTestInterface()
public boolean isJUnit3Available()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.