public interface Framework
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
The name of the test framework that this object represents.
|
Runner |
testRunner(java.lang.ClassLoader testClassLoader,
Logger[] loggers)
Provide a runner for tests that will load test classes from 'testClassLoader' and direct all
logging output from the framework to 'loggers'.
|
Fingerprint[] |
tests()
Specifies how to identify classes that are tests.
|
java.lang.String name()
Fingerprint[] tests()