junit.quilt.runner
Class QuiltSuiteLoader

java.lang.Object
  |
  +--junit.quilt.runner.QuiltSuiteLoader
All Implemented Interfaces:
junit.runner.TestSuiteLoader

public class QuiltSuiteLoader
extends java.lang.Object
implements junit.runner.TestSuiteLoader


Constructor Summary
QuiltSuiteLoader(java.lang.ClassLoader loader)
           
 
Method Summary
 java.lang.Class load(java.lang.String suiteClassName)
           
 java.lang.Class reload(java.lang.Class aClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuiltSuiteLoader

public QuiltSuiteLoader(java.lang.ClassLoader loader)
Method Detail

load

public java.lang.Class load(java.lang.String suiteClassName)
                     throws java.lang.ClassNotFoundException
Specified by:
load in interface junit.runner.TestSuiteLoader

reload

public java.lang.Class reload(java.lang.Class aClass)
                       throws java.lang.ClassNotFoundException
Specified by:
reload in interface junit.runner.TestSuiteLoader


Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.