C# Class GoogleTestAdapter.TestResults.StandardOutputTestResultParser

Mostra file Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
GetTestResults ( ) : List
StandardOutputTestResultParser ( IEnumerable testCasesRun, IEnumerable consoleOutput, TestEnvironment testEnvironment, string baseDir ) : System

Private Methods

Method Description
CreateFailedTestResult ( TestCase testCase, System.TimeSpan duration, string errorMessage, string errorStackTrace ) : TestResult
CreatePassedTestResult ( TestCase testCase, System.TimeSpan duration ) : TestResult
CreateTestResult ( int indexOfTestcase ) : TestResult
FindIndexOfNextTestcase ( int currentIndex ) : int
FindTestcase ( string qualifiedTestname ) : TestCase
IsFailedLine ( string line ) : bool
IsPassedLine ( string line ) : bool
IsRunLine ( string line ) : bool
ParseDuration ( string line ) : System.TimeSpan
RemovePrefix ( string line ) : string

Method Details

GetTestResults() public method

public GetTestResults ( ) : List
return List

StandardOutputTestResultParser() public method

public StandardOutputTestResultParser ( IEnumerable testCasesRun, IEnumerable consoleOutput, TestEnvironment testEnvironment, string baseDir ) : System
testCasesRun IEnumerable
consoleOutput IEnumerable
testEnvironment GoogleTestAdapter.Helpers.TestEnvironment
baseDir string
return System