IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.SequentialAttribute Class Reference

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...

+ Inheritance diagram for NUnit.Framework.SequentialAttribute:
+ Collaboration diagram for NUnit.Framework.SequentialAttribute:

Public Member Functions

 SequentialAttribute ()
 Default constructor More...
 
- Public Member Functions inherited from NUnit.Framework.CombiningStrategyAttribute
IEnumerable< TestMethodBuildFrom (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...
 
- Public Member Functions inherited from NUnit.Framework.NUnitAttribute
 NUnitAttribute ()
 Default constructor More...
 

Additional Inherited Members

- Protected Member Functions inherited from NUnit.Framework.CombiningStrategyAttribute
 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...
 

Detailed Description

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.

Constructor & Destructor Documentation

NUnit.Framework.SequentialAttribute.SequentialAttribute ( )
inline

Default constructor


The documentation for this class was generated from the following file: