C# Class FaultLocalization.TestSuite

Show file Open project: lukesandberg/PexFaultLocalization Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GetPathToFileType ( string fileType ) : string
initializeDllPaths ( ) : void

Method Details

AllTestsResultsFile() public method

public AllTestsResultsFile ( string testDllPath ) : string
testDllPath string
return string

CoveredDllPaths() public method

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
return IEnumerable

TestResultsBase() public method

public TestResultsBase ( string testDllPath ) : String
testDllPath string
return String

TestResultsDirectory() public method

public TestResultsDirectory ( string testDllPath ) : String
testDllPath string
return String

TestSuite() public method

public TestSuite ( String dir ) : System
dir String
return System