PHP Class ParaTest\Logging\JUnit\ReaderTest

Inheritance: extends TestBase
Show file Open project: brianium/paratest

Protected Properties

Property Type Description
$mixed
$mixedPath
$single

Public Methods

Method Description
extractLog ( ) : stdClass Extraction of log from xml file to use in test of validation "SystemOut" result
setUp ( )
testInvalidPathThrowsException ( )
testIsSingleSuiteReturnsFalseForMultipleSuites ( )
testIsSingleSuiteReturnsTrueForSingleSuite ( )
testMixedGetErrorMessages ( )
testMixedGetFailureMessages ( )
testMixedGetFeedback ( )
testMixedGetTotals ( )
testMixedSuiteCasesLoadErrors ( )
testMixedSuiteCasesLoadFailures ( )
testMixedSuiteConstructsChildSuites ( $suite )
testMixedSuiteConstructsTestCases ( $suite )
testMixedSuiteShouldConstructRootSuite ( )
testRemoveLog ( )
testResultWithSystemOut ( )
testSingleGetMessages ( )
testSingleGetTotals ( )
testSingleSuiteCasesLoadFailures ( )
testSingleSuiteConstructsTestCases ( $suite )
testSingleSuiteShouldConstructRootSuite ( )
testSingleSuiteShouldHaveNoChildSuites ( $suite )

Method Details

extractLog() public static method

Extraction of log from xml file to use in test of validation "SystemOut" result
public static extractLog ( ) : stdClass
return stdClass $log

setUp() public method

public setUp ( )

testInvalidPathThrowsException() public method

testIsSingleSuiteReturnsFalseForMultipleSuites() public method

testIsSingleSuiteReturnsTrueForSingleSuite() public method

testMixedGetErrorMessages() public method

testMixedGetFailureMessages() public method

testMixedGetFeedback() public method

testMixedGetTotals() public method

public testMixedGetTotals ( )

testMixedSuiteCasesLoadErrors() public method

testMixedSuiteCasesLoadFailures() public method

testMixedSuiteConstructsChildSuites() public method

testMixedSuiteConstructsTestCases() public method

testMixedSuiteShouldConstructRootSuite() public method

testRemoveLog() public method

public testRemoveLog ( )

testResultWithSystemOut() public method

testSingleGetMessages() public method

testSingleGetTotals() public method

public testSingleGetTotals ( )

testSingleSuiteCasesLoadFailures() public method

testSingleSuiteConstructsTestCases() public method

testSingleSuiteShouldConstructRootSuite() public method

testSingleSuiteShouldHaveNoChildSuites() public method

Property Details

$mixed protected property

protected $mixed

$mixedPath protected property

protected $mixedPath

$single protected property

protected $single