de.uni_paderborn.fujaba.basic
Class FujabaTestRunner.FujabaTestSuiteLoader

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.FujabaTestRunner.FujabaTestSuiteLoader
All Implemented Interfaces:
junit.runner.TestSuiteLoader
Enclosing class:
FujabaTestRunner

public static class FujabaTestRunner.FujabaTestSuiteLoader
extends java.lang.Object
implements junit.runner.TestSuiteLoader

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.4 $
Author:
$Author: schneider $

Constructor Summary
FujabaTestRunner.FujabaTestSuiteLoader()
           
 
Method Summary
 java.lang.Class load(java.lang.String suiteClassName)
          Uses the system class loader to load the test class
 java.lang.Class reload(java.lang.Class aClass)
          Uses the system class loader to load the test class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FujabaTestRunner.FujabaTestSuiteLoader

public FujabaTestRunner.FujabaTestSuiteLoader()
Method Detail

load

public java.lang.Class load(java.lang.String suiteClassName)
                     throws java.lang.ClassNotFoundException
Uses the system class loader to load the test class

Specified by:
load in interface junit.runner.TestSuiteLoader
Parameters:
suiteClassName - No description provided
Returns:
No description provided
Throws:
java.lang.ClassNotFoundException - Exception description not provided

reload

public java.lang.Class reload(java.lang.Class aClass)
                       throws java.lang.ClassNotFoundException
Uses the system class loader to load the test class

Specified by:
reload in interface junit.runner.TestSuiteLoader
Parameters:
aClass - No description provided
Returns:
No description provided
Throws:
java.lang.ClassNotFoundException - Exception description not provided