|
| VSSolution (string projectPath) |
|
TestPackage | GetTestPackage () |
| Gets a test package for the primary or active configuration within the project. The package includes all the assemblies and any settings specified in the project format. More...
|
|
TestPackage | GetTestPackage (string configName) |
| Gets a TestPackage for a specific configuration within the project. The package includes all the assemblies and any settings specified in the project format. More...
|
|
|
static readonly char[] | DELIMS = { '=', ',' } |
|
static readonly char[] | TRIM_CHARS = { ' ', '"' } |
|
NUnit.Engine.Services.ProjectLoaders.VSSolution.VSSolution |
( |
string |
projectPath | ) |
|
|
inline |
TestPackage NUnit.Engine.Services.ProjectLoaders.VSSolution.GetTestPackage |
( |
| ) |
|
|
inline |
Gets a test package for the primary or active configuration within the project. The package includes all the assemblies and any settings specified in the project format.
- Returns
- A TestPackage
Implements NUnit.Engine.Extensibility.IProject.
TestPackage NUnit.Engine.Services.ProjectLoaders.VSSolution.GetTestPackage |
( |
string |
configName | ) |
|
|
inline |
void NUnit.Engine.Services.ProjectLoaders.VSSolution.Load |
( |
| ) |
|
|
inlineprivate |
readonly char [] NUnit.Engine.Services.ProjectLoaders.VSSolution.DELIMS = { '=', ',' } |
|
staticprivate |
readonly char [] NUnit.Engine.Services.ProjectLoaders.VSSolution.TRIM_CHARS = { ' ', '"' } |
|
staticprivate |
const string NUnit.Engine.Services.ProjectLoaders.VSSolution.BUILD_MARKER = ".Build.0 =" |
|
private |
IDictionary<string, VSProject> NUnit.Engine.Services.ProjectLoaders.VSSolution._projectLookup = new Dictionary<string, VSProject>() |
|
private |
string NUnit.Engine.Services.ProjectLoaders.VSSolution.ProjectPath |
|
getprivate set |
string NUnit.Engine.Services.ProjectLoaders.VSSolution.ActiveConfigName |
|
get |
IList<string> NUnit.Engine.Services.ProjectLoaders.VSSolution.ConfigNames |
|
get |
The documentation for this class was generated from the following file:
- unittests/NUnit_3_0_1_src/src/NUnitEngine/Addins/vs-project-loader/VSSolution.cs