Property | Type | Description | |
---|---|---|---|
data | object[] |
Method | Description | |
---|---|---|
GetData ( IParameterInfo parameter ) : IEnumerable |
Get the collection of _values to be used as arguments
|
|
ValuesAttribute ( ) : System |
Constructs for use with an Enum parameter. Will pass every enum value in to the test.
|
|
ValuesAttribute ( object arg1 ) : System |
Construct with one argument
|
|
ValuesAttribute ( object arg1, object arg2 ) : System |
Construct with two arguments
|
|
ValuesAttribute ( object arg1, object arg2, object arg3 ) : System |
Construct with three arguments
|
Method | Description | |
---|---|---|
GetData ( |
public GetData ( IParameterInfo parameter ) : IEnumerable | ||
parameter | IParameterInfo | |
return | IEnumerable |
public ValuesAttribute ( object arg1 ) : System | ||
arg1 | object | |
return | System |
public ValuesAttribute ( object arg1, object arg2 ) : System | ||
arg1 | object | |
arg2 | object | |
return | System |
public ValuesAttribute ( object arg1, object arg2, object arg3 ) : System | ||
arg1 | object | |
arg2 | object | |
arg3 | object | |
return | System |