Package com.xebialabs.deployit.test.support.junit

Class Summary
Parameterized The custom runner Parameterized implements parameterized tests.
 

Annotation Types Summary
Parameterized.Parameter Annotation for fields of the test class which will be initialized by the method annoted by Parameters
By using directly this annotation, the test class constructor isn't needed.
Index range must start at 0.
Parameterized.Parameters Annotation for a method which provides parameters to be injected into the test class constructor by Parameterized