net.grinder.testutility
Class Jython25Runner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<org.junit.runner.Runner>
          extended by org.junit.runners.Suite
              extended by net.grinder.testutility.JythonVersionRunner
                  extended by net.grinder.testutility.Jython25Runner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class Jython25Runner
extends JythonVersionRunner

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.

Author:
Philip Aston

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

Jython25Runner

public Jython25Runner(Class<?> testClass)
               throws org.junit.runners.model.InitializationError,
                      ClassNotFoundException,
                      MalformedURLException
Throws:
org.junit.runners.model.InitializationError
ClassNotFoundException
MalformedURLException


Copyright © 2000-2013. All Rights Reserved.