C# Класс FaultLocalization.TestSuite

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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