org.kite9.framework.common
Class ClassHelp

java.lang.Object
  extended by org.kite9.framework.common.ClassHelp

public class ClassHelp
extends Object


Constructor Summary
ClassHelp()
           
 
Method Summary
static Object createInstance(Class<?> testClass)
           
static Class<?> loadClass(String suiteClassName, ClassLoader classLoader)
          Returns the loaded Class for a suite name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassHelp

public ClassHelp()
Method Detail

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.