FileDocCategorySizeDatePackage
StandardTestSuiteLoader.javaAPI DocAndroid 1.5 API544Wed May 06 22:42:02 BST 2009junit.runner

StandardTestSuiteLoader

public class StandardTestSuiteLoader extends Object implements TestSuiteLoader
The standard test suite loader. It can only load the same class once. {@hide} - Not needed for 1.0 SDK

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Classload(java.lang.String suiteClassName)
Uses the system class loader to load the test class

		return Class.forName(suiteClassName);
	
public java.lang.Classreload(java.lang.Class aClass)
Uses the system class loader to load the test class

		return aClass;