Click or drag to resize
AutomatedTestsGetSolutionFolderPath Method
Gets a path to the root folder of the Kentico solution provided that it contains a test project with current test.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
protected static string GetSolutionFolderPath()

Return Value

Type: String
A path to the Kentico solution folder, if found; otherwise, null.
See Also