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
Package NUnit.Framework.Internal.Builders

Classes

class  CombinatorialStrategy
 CombinatorialStrategy creates test cases by using all possible combinations of the parameter data. More...
 
class  DatapointProvider
 Provides data from fields marked with the DatapointAttribute or the DatapointsAttribute. More...
 
class  DefaultSuiteBuilder
 Built-in SuiteBuilder for all types of test classes. More...
 
class  DefaultTestCaseBuilder
 Class to build ether a parameterized or a normal NUnitTestMethod. There are four cases that the builder must deal with: More...
 
class  NamespaceTreeBuilder
 Class that can build a tree of automatic namespace suites from a group of fixtures. More...
 
class  NUnitTestCaseBuilder
 NUnitTestCaseBuilder is a utility class used by attributes that build test cases. More...
 
class  NUnitTestFixtureBuilder
 NUnitTestFixtureBuilder is able to build a fixture given a class marked with a TestFixtureAttribute or an unmarked class containing test methods. In the first case, it is called by the attribute and in the second directly by NUnitSuiteBuilder. More...
 
class  PairwiseStrategy
 PairwiseStrategy creates test cases by combining the parameter data so that all possible pairs of data items are used. More...
 
class  ParameterDataProvider
 The ParameterDataProvider class implements IParameterDataProvider and hosts one or more individual providers. More...
 
class  ParameterDataSourceProvider
 ParameterDataSourceProvider supplies individual argument _values for single parameters using attributes implementing IParameterDataSource. More...
 
class  ProviderCache
 
class  SequentialStrategy
 SequentialStrategy creates test cases by using all of the parameter data sources in parallel, substituting null when any of them run out of data. More...