C# 클래스 FaultLocalization.TestSuite

파일 보기 프로젝트 열기: lukesandberg/PexFaultLocalization 1 사용 예제들

공개 메소드들

메소드 설명
AllTestsResultsFile ( string testDllPath ) : string
CoveredDllPaths ( string testDllPath ) : IEnumerable

Returns the paths to dlls from projects that are covered by the tests at the dll path provided.

TestResultsBase ( string testDllPath ) : String
TestResultsDirectory ( string testDllPath ) : String
TestSuite ( String dir ) : System

비공개 메소드들

메소드 설명
GetPathToFileType ( string fileType ) : string
initializeDllPaths ( ) : void

메소드 상세

AllTestsResultsFile() 공개 메소드

public AllTestsResultsFile ( string testDllPath ) : string
testDllPath string
리턴 string

CoveredDllPaths() 공개 메소드

Returns the paths to dlls from projects that are covered by the tests at the dll path provided.
public CoveredDllPaths ( string testDllPath ) : IEnumerable
testDllPath string The full path to a test dll
리턴 IEnumerable

TestResultsBase() 공개 메소드

public TestResultsBase ( string testDllPath ) : String
testDllPath string
리턴 String

TestResultsDirectory() 공개 메소드

public TestResultsDirectory ( string testDllPath ) : String
testDllPath string
리턴 String

TestSuite() 공개 메소드

public TestSuite ( String dir ) : System
dir String
리턴 System