org.apache.maven.surefire.common.junit3
Class JUnit3Reflector
java.lang.Object
  
org.apache.maven.surefire.common.junit3.JUnit3Reflector
public final class JUnit3Reflector
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JUnit3Reflector
public JUnit3Reflector(ClassLoader testClassLoader)
constructTestObject
public Object constructTestObject(Class testClass)
                           throws IllegalAccessException,
                                  InvocationTargetException,
                                  NoSuchMethodException,
                                  InstantiationException
- Throws:
 IllegalAccessException
InvocationTargetException
NoSuchMethodException
InstantiationException
 
getInterfacesImplementedByDynamicProxy
public Class[] getInterfacesImplementedByDynamicProxy()
 
getTestResultClass
public Class getTestResultClass()
 
getAddListenerMethod
public Method getAddListenerMethod()
 
getTestInterfaceRunMethod
public Method getTestInterfaceRunMethod()
 
getTestInterface
public Class getTestInterface()
 
getRunMethod
public Method getRunMethod(Class testClass)
 
isJUnit3Available
public boolean isJUnit3Available()
 
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.