| Package | Description |
|---|---|
| org.junit.experimental.theories | |
| org.junit.experimental.theories.suppliers |
| Modifier and Type | Method and Description |
|---|---|
static List<ParameterSignature> |
ParameterSignature.signatures(Constructor<?> constructor) |
static ArrayList<ParameterSignature> |
ParameterSignature.signatures(Method method) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<PotentialAssignment> |
ParameterSupplier.getValueSources(ParameterSignature sig) |
| Modifier and Type | Method and Description |
|---|---|
List<PotentialAssignment> |
TestedOnSupplier.getValueSources(ParameterSignature sig) |
Copyright © 2002–2020 JUnit. All rights reserved.