|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runner.Runner>
org.junit.runners.Suite
net.grinder.testutility.JythonVersionRunner
net.grinder.testutility.Jython25Runner
public class Jython25Runner
JUnit runner for Jython 2.5 installations.
To use, annotate the test class with @RunWith(Jython25Runner).
A new classloader will be used for each test.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.junit.runners.Suite |
|---|
org.junit.runners.Suite.SuiteClasses |
| Constructor Summary | |
|---|---|
Jython25Runner(Class<?> testClass)
|
|
| Method Summary |
|---|
| Methods inherited from class net.grinder.testutility.JythonVersionRunner |
|---|
getHomes |
| Methods inherited from class org.junit.runners.Suite |
|---|
describeChild, getChildren, runChild |
| Methods inherited from class org.junit.runners.ParentRunner |
|---|
childrenInvoker, classBlock, collectInitializationErrors, filter, getDescription, getName, getTestClass, run, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses |
| Methods inherited from class org.junit.runner.Runner |
|---|
testCount |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jython25Runner(Class<?> testClass)
throws org.junit.runners.model.InitializationError,
ClassNotFoundException,
MalformedURLException
org.junit.runners.model.InitializationError
ClassNotFoundException
MalformedURLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||