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.Services.Tests.DomainManagerStaticTests Class Reference

Static Public Member Functions

static void GetPrivateBinPath ()
 
static void GetCommonAppBase_OneElement ()
 
static void GetCommonAppBase_TwoElements_SameDirectory ()
 
static void GetCommonAppBase_TwoElements_DifferentDirectories ()
 
static void GetCommonAppBase_ThreeElements_DifferentDirectories ()
 
static void ProperConfigFileIsUsed ()
 
static void CanReadConfigFile ()
 
static void ApplicationBaseTests (string filePath, string appBase, string expected)
 
static void PrivateBinPathTests (string filePath, string appBase, string expected)
 
static void ConfigFileTests (string filePath, string appBase, string configSetting, string expected)
 

Static Private Member Functions

static string TestPath (string path)
 Take a valid Linux filePath and make a valid windows filePath out of it if we are on Windows. Change slashes to backslashes and, if the filePath starts with a slash, add C: in front of it. More...
 
static IEnumerable< TestCaseDataAppDomainData ()
 

Static Private Attributes

static string path1 = TestPath("/test/bin/debug/test1.dll")
 
static string path2 = TestPath("/test/bin/debug/test2.dll")
 
static string path3 = TestPath("/test/utils/test3.dll")
 

Member Function Documentation

static void NUnit.Engine.Services.Tests.DomainManagerStaticTests.GetPrivateBinPath ( )
inlinestatic
static void NUnit.Engine.Services.Tests.DomainManagerStaticTests.GetCommonAppBase_OneElement ( )
inlinestatic
static void NUnit.Engine.Services.Tests.DomainManagerStaticTests.GetCommonAppBase_TwoElements_SameDirectory ( )
inlinestatic
static void NUnit.Engine.Services.Tests.DomainManagerStaticTests.GetCommonAppBase_TwoElements_DifferentDirectories ( )
inlinestatic
static void NUnit.Engine.Services.Tests.DomainManagerStaticTests.GetCommonAppBase_ThreeElements_DifferentDirectories ( )
inlinestatic
static void NUnit.Engine.Services.Tests.DomainManagerStaticTests.ProperConfigFileIsUsed ( )
inlinestatic
static void NUnit.Engine.Services.Tests.DomainManagerStaticTests.CanReadConfigFile ( )
inlinestatic
static void NUnit.Engine.Services.Tests.DomainManagerStaticTests.ApplicationBaseTests ( string  filePath,
string  appBase,
string  expected 
)
inlinestatic
static void NUnit.Engine.Services.Tests.DomainManagerStaticTests.PrivateBinPathTests ( string  filePath,
string  appBase,
string  expected 
)
inlinestatic
static void NUnit.Engine.Services.Tests.DomainManagerStaticTests.ConfigFileTests ( string  filePath,
string  appBase,
string  configSetting,
string  expected 
)
inlinestatic
static string NUnit.Engine.Services.Tests.DomainManagerStaticTests.TestPath ( string  path)
inlinestaticprivate

Take a valid Linux filePath and make a valid windows filePath out of it if we are on Windows. Change slashes to backslashes and, if the filePath starts with a slash, add C: in front of it.

static IEnumerable<TestCaseData> NUnit.Engine.Services.Tests.DomainManagerStaticTests.AppDomainData ( )
inlinestaticprivate

Member Data Documentation

string NUnit.Engine.Services.Tests.DomainManagerStaticTests.path1 = TestPath("/test/bin/debug/test1.dll")
staticprivate
string NUnit.Engine.Services.Tests.DomainManagerStaticTests.path2 = TestPath("/test/bin/debug/test2.dll")
staticprivate
string NUnit.Engine.Services.Tests.DomainManagerStaticTests.path3 = TestPath("/test/utils/test3.dll")
staticprivate

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