Summary
Gets the test projects.
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Containing Type
- SolutionExtensions
Syntax
public static IEnumerable<Project> GetTestProjects(this Solution solution, string testProjectNameSchema = "Tests")
Parameters
| Name | Type | Description |
|---|---|---|
| solution | Solution | The solution. |
| testProjectNameSchema | string | The test project name schema. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
