SolutionExtensions.

GetTestProjects(Solution, string) Method

Summary

Gets the test projects.

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