|
| RangeAttribute (int from, int to) |
| Construct a range of ints using default step of 1 More...
|
|
| RangeAttribute (int from, int to, int step) |
| Construct a range of ints specifying the step size More...
|
|
| RangeAttribute (uint from, uint to) |
| Construct a range of unsigned ints using default step of 1 More...
|
|
| RangeAttribute (uint from, uint to, uint step) |
| Construct a range of unsigned ints specifying the step size More...
|
|
| RangeAttribute (long from, long to) |
| Construct a range of longs using a default step of 1 More...
|
|
| RangeAttribute (long from, long to, long step) |
| Construct a range of longs More...
|
|
| RangeAttribute (ulong from, ulong to) |
| Construct a range of unsigned longs using default step of 1 More...
|
|
| RangeAttribute (ulong from, ulong to, ulong step) |
| Construct a range of unsigned longs specifying the step size More...
|
|
| RangeAttribute (double from, double to, double step) |
| Construct a range of doubles More...
|
|
| RangeAttribute (float from, float to, float step) |
| Construct a range of floats More...
|
|
| ValuesAttribute () |
| Constructs for use with an Enum parameter. Will pass every enum value in to the test. More...
|
|
| ValuesAttribute (object arg1) |
| Construct with one argument More...
|
|
| ValuesAttribute (object arg1, object arg2) |
| Construct with two arguments More...
|
|
| ValuesAttribute (object arg1, object arg2, object arg3) |
| Construct with three arguments More...
|
|
| ValuesAttribute (params object[] args) |
| Construct with an array of arguments More...
|
|
IEnumerable | GetData (IParameterInfo parameter) |
| Get the collection of _values to be used as arguments More...
|
|
| DataAttribute () |
| Default constructor More...
|
|
| NUnitAttribute () |
| Default constructor More...
|
|
RangeAttribute is used to supply a range of _values to an individual parameter of a parameterized test.