Represents a strategy how to resolve argument lists for parameterized test.
Its responsibility is discover annotation, which satisfy ArgumentListProvider
or
ArgumentProvider
interface, collect values from them and prepare all possible combination.
no type hierarchy
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: TestExtension |
Methods | |
resolve | Source Codeshared formal {Anything[]*} resolve(TestExecutionContext context, FunctionDeclaration functionDeclaration) Resolve all combination of argument lists for given parametrized test or before/after callback |
Inherited Methods |
Methods inherited from: Object |