org.junitext.runners
Class XMLParameterizedRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.TestClassRunner
          extended by org.junitext.runners.XMLParameterizedRunner
All Implemented Interfaces:
org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class XMLParameterizedRunner
extends org.junit.internal.runners.TestClassRunner

A custom JUnit test runner that allows tests to be parameterized by JavaBeans instanciated with data in an XML file.


Constructor Summary
XMLParameterizedRunner(java.lang.Class<?> klass)
          Constructs a new XMLBeanParamterizedRunner.
 
Method Summary
 
Methods inherited from class org.junit.internal.runners.TestClassRunner
filter, getDescription, run, sort
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLParameterizedRunner

public XMLParameterizedRunner(java.lang.Class<?> klass)
                       throws java.lang.Exception
Constructs a new XMLBeanParamterizedRunner.

Parameters:
klass - the test class
Throws:
java.lang.Exception - if there is a problem constructing the new test runner