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.TheoryTests Class Reference

Classes

class  SqrtTests
 

Public Member Functions

void TheoryWithNoArgumentsIsTreatedAsTest ()
 
void TheoryWithNoDatapointsIsNotRunnable ()
 
void TheoryWithDatapointsIsRunnable ()
 
void BooleanArgumentsAreSuppliedAutomatically ()
 
void DatapointAndAttributeDataMayBeCombined ()
 
void NullDatapointIsOK (object o)
 
void EnumArgumentsAreSuppliedAutomatically ()
 
void AllValuesMayBeSuppliedByAttributes ()
 
void SquareRootWithAllGoodValues ([Values(12.0, 4.0, 9.0)] double d)
 
void SquareRootWithOneBadValue ([Values(12.0,-4.0, 9.0)] double d)
 
void ArrayWithDatapointsAttributeIsUsed (string s)
 
void SimpleTestIgnoresDataPoints ()
 
void TheoryFailsIfAllTestsAreInconclusive ()
 

Static Private Member Functions

static void SquareRootTest (double d)
 

Private Attributes

object nullObj = null
 
string[] vals = new string[] { "xyz1", "xyz2", "xyz3" }
 

Static Private Attributes

static readonly Type fixtureType = typeof(TheoryFixture)
 

Member Function Documentation

void NUnit.Framework.Attributes.TheoryTests.TheoryWithNoArgumentsIsTreatedAsTest ( )
inline
void NUnit.Framework.Attributes.TheoryTests.TheoryWithNoDatapointsIsNotRunnable ( )
inline
void NUnit.Framework.Attributes.TheoryTests.NullDatapointIsOK ( object  o)
inline
void NUnit.Framework.Attributes.TheoryTests.SquareRootWithAllGoodValues ( [Values(12.0, 4.0, 9.0)] double  d)
inline
void NUnit.Framework.Attributes.TheoryTests.SquareRootWithOneBadValue ( [Values(12.0, -4.0, 9.0)] double  d)
inline
void NUnit.Framework.Attributes.TheoryTests.ArrayWithDatapointsAttributeIsUsed ( string  s)
inline
static void NUnit.Framework.Attributes.TheoryTests.SquareRootTest ( double  d)
inlinestaticprivate

Member Data Documentation

readonly Type NUnit.Framework.Attributes.TheoryTests.fixtureType = typeof(TheoryFixture)
staticprivate
object NUnit.Framework.Attributes.TheoryTests.nullObj = null
private
string [] NUnit.Framework.Attributes.TheoryTests.vals = new string[] { "xyz1", "xyz2", "xyz3" }
private

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