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.Core.Tests.PairwiseTest.LiveTest Class Reference

Public Member Functions

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

Public Attributes

Hashtable pairsTested = new Hashtable()
 

Member Function Documentation

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

Member Data Documentation

Hashtable NUnit.Core.Tests.PairwiseTest.LiveTest.pairsTested = new Hashtable()

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