@Target(value={ANNOTATION_TYPE,METHOD}) @Retention(value=RUNTIME) @ArgumentsSource(value=org.conqat.lib.commons.test.ExpectedResourceArgumentsProvider.class) public @interface ExpectedResourceSource
ExpectedDataContainer
or pairs of
Resource
for the primary test
resource and expected resource. Groups all resources placed recursively under
the test class' package root by files that end with the given suffix. This
should be used to build parameterized tests.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
expectedSuffix
Suffix by which the test resources are grouped into test cases.
|
java.lang.String |
path
Subpath under which resources should be collected.
|
boolean |
recursive
Whether to recursively collect resources.
|
public abstract java.lang.String expectedSuffix
public abstract boolean recursive
public abstract java.lang.String path