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.Engine.Internal.Tests.PathUtilTests_Unix Class Reference
+ Inheritance diagram for NUnit.Engine.Internal.Tests.PathUtilTests_Unix:
+ Collaboration diagram for NUnit.Engine.Internal.Tests.PathUtilTests_Unix:

Public Member Functions

void Canonicalize ()
 
void RelativePath ()
 
void SamePathOrUnder ()
 

Static Public Member Functions

static void SetUpUnixSeparators ()
 
static void RestoreDefaultSeparators ()
 
- Static Public Member Functions inherited from NUnit.Engine.Internal.PathUtils
static bool IsAssemblyFileType (string path)
 Returns a boolean indicating whether the specified path is that of an assembly - that is a dll or exe file. More...
 
static string RelativePath (string from, string to)
 Returns the relative path from a base directory to another directory or file. More...
 
static string Canonicalize (string path)
 Return the canonical form of a path. More...
 
static bool SamePathOrUnder (string path1, string path2)
 True if the two paths are the same or if the second is directly or indirectly under the first. Note that paths using different network shares or drive letters are considered unrelated, even if they end up referencing the same subtrees in the file system. More...
 
static string Combine (string path1, params string[] morePaths)
 Combines all the arguments into a single path More...
 

Additional Inherited Members

- Public Attributes inherited from NUnit.Engine.Internal.PathUtils
const uint FILE_ATTRIBUTE_DIRECTORY = 0x00000010
 
const uint FILE_ATTRIBUTE_NORMAL = 0x00000080
 
const int MAX_PATH = 256
 
- Static Protected Attributes inherited from NUnit.Engine.Internal.PathUtils
static char DirectorySeparatorChar = Path.DirectorySeparatorChar
 
static char AltDirectorySeparatorChar = Path.AltDirectorySeparatorChar
 

Member Function Documentation

static void NUnit.Engine.Internal.Tests.PathUtilTests_Unix.SetUpUnixSeparators ( )
inlinestatic
static void NUnit.Engine.Internal.Tests.PathUtilTests_Unix.RestoreDefaultSeparators ( )
inlinestatic
void NUnit.Engine.Internal.Tests.PathUtilTests_Unix.Canonicalize ( )
inline
void NUnit.Engine.Internal.Tests.PathUtilTests_Unix.RelativePath ( )
inline
void NUnit.Engine.Internal.Tests.PathUtilTests_Unix.SamePathOrUnder ( )
inline

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