Package org.junitext.runners.parameters.factory

Provides bean factories for the XMLBeanParameterized test runner.

See:
          Description

Interface Summary
ParameterFactory Interface for creating JavaBean test parameters from an XML File.
 

Class Summary
DigesterParameterFactory Creates sets of test parameters by parsing input XML using the Jakarta commons-digester.
Parameter Represents a single test value.
ParameterSet Represents a single "set" of test parameters.
SetPropertyWithParameterRule Sets a property on the object on top of the stack based on a single parameter (set with the CallParamRule).
 

Package org.junitext.runners.parameters.factory Description

Provides bean factories for the XMLBeanParameterized test runner.