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.Attributes.PairwiseTest.LiveTest Class Reference
+ Collaboration diagram for NUnit.Framework.Attributes.PairwiseTest.LiveTest:

Public Member Functions

void TestFixtureSetUp ()
 
void TestFixtureTearDown ()
 
void Test ([Values("a","b","c")] string a, [Values("+","-")] string b, [Values("x","y")] string c)
 

Private Attributes

PairCounter pairsTested = new PairCounter()
 

Member Function Documentation

void NUnit.Framework.Attributes.PairwiseTest.LiveTest.TestFixtureSetUp ( )
inline
void NUnit.Framework.Attributes.PairwiseTest.LiveTest.TestFixtureTearDown ( )
inline
void NUnit.Framework.Attributes.PairwiseTest.LiveTest.Test ( [Values("a", "b", "c")] string  a,
[Values("+", "-")] string  b,
[Values("x", "y")] string  c 
)
inline

Member Data Documentation

PairCounter NUnit.Framework.Attributes.PairwiseTest.LiveTest.pairsTested = new PairCounter()
private

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