C# 클래스 Headless.IntegrationTests.TestContextExtensions

The TestContextExtensions class is used to provide extension methods to the TestContext class.
파일 보기 프로젝트 열기: roryprimrose/Headless

공개 메소드들

메소드 설명
FindSolutionDirectory ( this context ) : string

Finds the solution directory.

메소드 상세

FindSolutionDirectory() 공개 정적인 메소드

Finds the solution directory.
public static FindSolutionDirectory ( this context ) : string
context this /// The context. ///
리턴 string