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

Summary description for PathConstraintTests. More...

+ Inheritance diagram for NUnit.Framework.Constraints.SamePathTest_Windows:
+ Collaboration diagram for NUnit.Framework.Constraints.SamePathTest_Windows:

Public Member Functions

void SetUp ()
 
void RootPathEquality ()
 
- 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
 
static object[] FailureData
 

Additional Inherited Members

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

Detailed Description

Summary description for PathConstraintTests.

]

Member Function Documentation

void NUnit.Framework.Constraints.SamePathTest_Windows.SetUp ( )
inline
void NUnit.Framework.Constraints.SamePathTest_Windows.RootPathEquality ( )
inline

Member Data Documentation

object [] NUnit.Framework.Constraints.SamePathTest_Windows.SuccessData
staticprivate
Initial value:
= new object[]
{
@"C:\folder1\file.tmp",
@"C:\Folder1\File.TMP",
@"C:\folder1\.\file.tmp",
@"C:\folder1\folder2\..\file.tmp",
@"C:\FOLDER1\.\folder2\..\File.TMP",
@"C:/folder1/file.tmp"
}
object [] NUnit.Framework.Constraints.SamePathTest_Windows.FailureData
staticprivate
Initial value:
= new object[]
{
new TestCaseData( @"C:\folder2\file.tmp", "\"C:\\folder2\\file.tmp\"" ),
new TestCaseData( @"C:\folder1\.\folder2\..\file.temp", "\"C:\\folder1\\.\\folder2\\..\\file.temp\"" )
}

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