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.Internal.ResultStateTests Class Reference

Public Member Functions

void Status_ConstructorWithOneArguments_ReturnsConstructorArgumentStatus (TestStatus status)
 
void Label_ConstructorWithOneArguments_ReturnsStringEmpty ()
 
void Status_ConstructorWithTwoArguments_ReturnsConstructorArgumentStatus (TestStatus status)
 
void Label_ConstructorWithTwoArguments_ReturnsConstructorArgumentLabel (string label)
 
void Label_ConstructorWithTwoArgumentsLabelArgumentIsNull_ReturnsEmptyString ()
 
void Site_ConstructorWithOneArguments_ReturnsTest ()
 
void Site_ConstructorWithTwoArguments_ReturnsTest (string label)
 
void Site_ConstructorWithThreeArguments_ReturnsSite (string label, FailureSite site)
 
void ToString_Constructor_ReturnsExpectedString (TestStatus status, string label, string expected)
 
void TestEquality_StatusSpecified ()
 
void TestEquality_StatusAndLabelSpecified ()
 
void TestEquality_StatusAndSiteSpecified ()
 
void TestEquality_StatusLabelAndSiteSpecified ()
 
void TestEquality_StatusDiffers ()
 
void TestEquality_LabelDiffers ()
 
void TestEquality_SiteDiffers ()
 
void TestEquality_WrongType ()
 
void TestEquality_Null ()
 
void AddSiteToResult (TestStatus status, string label, FailureSite site)
 
void Inconclusive_ReturnsResultStateWithPropertiesCorrectlySet ()
 
void NotRunnable_ReturnsResultStateWithPropertiesCorrectlySet ()
 
void Skipped_ReturnsResultStateWithPropertiesCorrectlySet ()
 
void Ignored_ReturnsResultStateWithPropertiesCorrectlySet ()
 
void Success_ReturnsResultStateWithPropertiesCorrectlySet ()
 
void Failure_ReturnsResultStateWithPropertiesCorrectlySet ()
 
void ChildFailure_ReturnsResultStateWithPropertiesSet ()
 
void Error_ReturnsResultStateWithPropertiesCorrectlySet ()
 
void Cancelled_ReturnsResultStateWithPropertiesCorrectlySet ()
 

Member Function Documentation

void NUnit.Framework.Internal.ResultStateTests.Status_ConstructorWithOneArguments_ReturnsConstructorArgumentStatus ( TestStatus  status)
inline
void NUnit.Framework.Internal.ResultStateTests.Label_ConstructorWithOneArguments_ReturnsStringEmpty ( )
inline
void NUnit.Framework.Internal.ResultStateTests.Status_ConstructorWithTwoArguments_ReturnsConstructorArgumentStatus ( TestStatus  status)
inline
void NUnit.Framework.Internal.ResultStateTests.Label_ConstructorWithTwoArguments_ReturnsConstructorArgumentLabel ( string  label)
inline
void NUnit.Framework.Internal.ResultStateTests.Label_ConstructorWithTwoArgumentsLabelArgumentIsNull_ReturnsEmptyString ( )
inline
void NUnit.Framework.Internal.ResultStateTests.Site_ConstructorWithOneArguments_ReturnsTest ( )
inline
void NUnit.Framework.Internal.ResultStateTests.Site_ConstructorWithTwoArguments_ReturnsTest ( string  label)
inline
void NUnit.Framework.Internal.ResultStateTests.Site_ConstructorWithThreeArguments_ReturnsSite ( string  label,
FailureSite  site 
)
inline
void NUnit.Framework.Internal.ResultStateTests.ToString_Constructor_ReturnsExpectedString ( TestStatus  status,
string  label,
string  expected 
)
inline
void NUnit.Framework.Internal.ResultStateTests.TestEquality_StatusSpecified ( )
inline
void NUnit.Framework.Internal.ResultStateTests.TestEquality_StatusAndLabelSpecified ( )
inline
void NUnit.Framework.Internal.ResultStateTests.TestEquality_StatusAndSiteSpecified ( )
inline
void NUnit.Framework.Internal.ResultStateTests.TestEquality_StatusLabelAndSiteSpecified ( )
inline
void NUnit.Framework.Internal.ResultStateTests.TestEquality_StatusDiffers ( )
inline
void NUnit.Framework.Internal.ResultStateTests.TestEquality_LabelDiffers ( )
inline
void NUnit.Framework.Internal.ResultStateTests.TestEquality_SiteDiffers ( )
inline
void NUnit.Framework.Internal.ResultStateTests.TestEquality_WrongType ( )
inline
void NUnit.Framework.Internal.ResultStateTests.TestEquality_Null ( )
inline
void NUnit.Framework.Internal.ResultStateTests.AddSiteToResult ( TestStatus  status,
string  label,
FailureSite  site 
)
inline

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