org.kite9.framework.common
Class ClassHelp
java.lang.Object
org.kite9.framework.common.ClassHelp
public class ClassHelp
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassHelp
public ClassHelp()
loadClass
public static Class<?> loadClass(String suiteClassName,
ClassLoader classLoader)
throws ClassNotFoundException
- Returns the loaded Class for a suite name.
- Parameters:
classLoader -
- Throws:
ClassNotFoundException
createInstance
public static Object createInstance(Class<?> testClass)
Copyright © 2011. All Rights Reserved.