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

Public Member Functions

void CheckDefaults ()
 

Additional Inherited Members

- 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...
 
- 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

void NUnit.Engine.Internal.Tests.PathUtilTests.CheckDefaults ( )
inline

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