|
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< TestCaseData > | AppDomainData () |
|
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 |
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: