Package | Description |
---|---|
org.junit.experimental.theories | |
org.junit.experimental.theories.suppliers |
Modifier and Type | Class and Description |
---|---|
interface |
FromDataPoints
Annotating a parameter of a
@Theory method with @FromDataPoints will limit the
datapoints considered as potential values for that parameter to just the
DataPoints with the given
name. |
Modifier and Type | Class and Description |
---|---|
interface |
TestedOn
|