⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
junit.runner

Class LoadingTestCollector

java.lang.Object
|
+--junit.runner.ClassPathTestCollector
   |
   +--junit.runner.LoadingTestCollector


public class LoadingTestCollector
extends ClassPathTestCollector

An implementation of a TestCollector that loads all classes on the class path and tests whether it is assignable from Test or provides a static suite method.
See Also:
TestCollector

Constructor Summary

LoadingTestCollector()

Method Summary

boolean

isTestClass(String classFileName)

Constructor Details

LoadingTestCollector

public LoadingTestCollector()

Method Details

isTestClass

protected boolean isTestClass(String classFileName)

Parameters:
classFileName