Represents a context given to ArgumentProvider
or ArgumentListProvider
when arguments values are collected.
Anything
Object
ArgumentProviderContext
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
ArgumentProviderContext(TestDescription description, FunctionDeclaration functionDeclaration, FunctionOrValueDeclaration? parameterDeclaration = null) Parameters:
|
Attributes | |
description | shared TestDescription description The description of parameterized test. |
functionDeclaration | shared FunctionDeclaration functionDeclaration The function declaration. |
parameterDeclaration | shared FunctionOrValueDeclaration? parameterDeclaration The parameter declaration, if arguments values are resolved per parameter. |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: Object equals |