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

Public Member Functions

void SetUp ()
 
void SubPathOfRoot ()
 
- 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>"
 

Member Function Documentation

void NUnit.Framework.Constraints.SubPathTest_Linux.SetUp ( )
inline
void NUnit.Framework.Constraints.SubPathTest_Linux.SubPathOfRoot ( )
inline

Member Data Documentation

object [] NUnit.Framework.Constraints.SubPathTest_Linux.SuccessData
staticprivate
Initial value:
= new object[]
{
@"/folder1/folder2/folder3",
@"/folder1/./folder2/folder3",
@"/folder1/junk/../folder2/folder3",
@"\folder1\folder2\folder3",
}
object [] NUnit.Framework.Constraints.SubPathTest_Linux.FailureData
staticprivate
Initial value:
= new object[]
{
new TestCaseData("/Folder1/Folder2", "\"/Folder1/Folder2\""),
new TestCaseData("/FOLDER1/./junk/../Folder2", "\"/FOLDER1/./junk/../Folder2\""),
new TestCaseData("/FOLDER1/./junk/../Folder2/temp/../Folder3", "\"/FOLDER1/./junk/../Folder2/temp/../Folder3\""),
new TestCaseData("/folder1/folder3", "\"/folder1/folder3\""),
new TestCaseData("/folder1/./folder2/../folder3", "\"/folder1/./folder2/../folder3\""),
new TestCaseData("/folder1", "\"/folder1\""),
new TestCaseData("/folder1/folder2", "\"/folder1/folder2\""),
new TestCaseData("/folder1/./folder2", "\"/folder1/./folder2\""),
new TestCaseData("/folder1/junk/../folder2", "\"/folder1/junk/../folder2\""),
new TestCaseData(@"\folder1\folder2", "\"\\folder1\\folder2\"")
}

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