C# Класс GoogleTestAdapter.GoogleTestDiscoverer

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

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

Метод Описание
DiscoverTests ( IEnumerable executables, ITestFrameworkReporter reporter ) : void
GetTestsFromExecutable ( string executable ) : IList
GoogleTestDiscoverer ( TestEnvironment testEnvironment, IDiaResolverFactory diaResolverFactory = null ) : System
IsGoogleTestExecutable ( string executable, string customRegex = "" ) : bool

Приватные методы

Метод Описание
GetAllGoogleTestExecutables ( IEnumerable allExecutables ) : IList
SafeMatches ( string executable, string regex ) : bool

Описание методов

DiscoverTests() публичный Метод

public DiscoverTests ( IEnumerable executables, ITestFrameworkReporter reporter ) : void
executables IEnumerable
reporter ITestFrameworkReporter
Результат void

GetTestsFromExecutable() публичный Метод

public GetTestsFromExecutable ( string executable ) : IList
executable string
Результат IList

GoogleTestDiscoverer() публичный Метод

public GoogleTestDiscoverer ( TestEnvironment testEnvironment, IDiaResolverFactory diaResolverFactory = null ) : System
testEnvironment GoogleTestAdapter.Helpers.TestEnvironment
diaResolverFactory IDiaResolverFactory
Результат System

IsGoogleTestExecutable() публичный Метод

public IsGoogleTestExecutable ( string executable, string customRegex = "" ) : bool
executable string
customRegex string
Результат bool