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.Constraints.EndsWithConstraintTests Class Reference
+ Inheritance diagram for NUnit.Framework.Constraints.EndsWithConstraintTests:
+ Collaboration diagram for NUnit.Framework.Constraints.EndsWithConstraintTests:

Public Member Functions

void SetUp ()
 
- Public Member Functions inherited from NUnit.Framework.Constraints.StringConstraintTests
void NonStringDataThrowsArgumentException ()
 
- Public Member Functions inherited from NUnit.Framework.Constraints.ConstraintTestBase
void SucceedsWithGoodValues (object value)
 
void FailsWithBadValues (object badValue, string message)
 
- Public Member Functions inherited from NUnit.Framework.Constraints.ConstraintTestBaseNoData
void ProvidesProperDescription ()
 
void ProvidesProperStringRepresentation ()
 

Static Private Attributes

static object[] SuccessData = new object[] { "hello", "I said hello" }
 
static object[] FailureData
 

Additional Inherited Members

- Protected Attributes inherited from NUnit.Framework.Constraints.ConstraintTestBaseNoData
Constraint theConstraint
 
string expectedDescription = "<NOT SET>"
 
string stringRepresentation = "<NOT SET>"
 

Member Function Documentation

void NUnit.Framework.Constraints.EndsWithConstraintTests.SetUp ( )
inline

Member Data Documentation

object [] NUnit.Framework.Constraints.EndsWithConstraintTests.SuccessData = new object[] { "hello", "I said hello" }
staticprivate
object [] NUnit.Framework.Constraints.EndsWithConstraintTests.FailureData
staticprivate
Initial value:
= new object[] {
new TestCaseData( "goodbye", "\"goodbye\"" ),
new TestCaseData( "hello there", "\"hello there\"" ),
new TestCaseData( "say hello to Fred", "\"say hello to Fred\"" ),
new TestCaseData( string.Empty, "<string.Empty>" ),
new TestCaseData( null , "null" ) }

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