Summary
Provides data for a single test parameter.
- Namespace
- TCLite
.Interfaces
graph BT
Type["IParameterDataProvider"]
class Type type-node
Syntax
public interface IParameterDataProvider
Methods
Name | Value | Summary |
---|---|---|
GetDataFor |
IEnumerable |
Retrieves a list of arguments which can be passed to the specified parameter.
|
HasDataFor |
bool |
Determines whether any data is available for a parameter.
|