IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Marks a test to use a Sequential join of any argument data provided. Arguments will be combined into test cases, taking the next value of each argument until all are used. More...
Public Member Functions | |
SequentialAttribute () | |
Default constructor More... | |
![]() | |
IEnumerable< TestMethod > | BuildFrom (IMethodInfo method, Test suite) |
Construct one or more TestMethods from a given MethodInfo, using available parameter data. More... | |
void | ApplyToTest (Test test) |
Modify the test by adding the name of the combining strategy to the properties. More... | |
![]() | |
NUnitAttribute () | |
Default constructor More... | |
Additional Inherited Members | |
![]() | |
CombiningStrategyAttribute (ICombiningStrategy strategy, IParameterDataProvider provider) | |
Construct a CombiningStrategyAttribute incorporating an ICombiningStrategy and an IParamterDataProvider. More... | |
CombiningStrategyAttribute (object strategy, object provider) | |
Construct a CombiningStrategyAttribute incorporating an object that implements ICombiningStrategy and an IParameterDataProvider. This constructor is provided for CLS compliance. More... | |
Marks a test to use a Sequential join of any argument data provided. Arguments will be combined into test cases, taking the next value of each argument until all are used.
|
inline |
Default constructor