PHP Class ParaTest\Runners\PHPUnit\SuiteLoaderTest

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

Public Methods

Method Description
testConstructor ( )
testExecutableTestsForFunctionalModeUse ( )
testFirstParallelSuiteHasCorrectFunctions ( $paraSuites )
testGetTestMethodsOnlyReturnsMethodsOfGroupIfOptionIsSpecified ( )
testLoadBarePathWithNoPathAndNoConfiguration ( )
testLoadDirGetsPathOfAllTestsWithKeys ( )
testLoadFileGetsPathOfFile ( )
testLoadFileShouldLoadFileWhereNameDoesNotEndInTest ( )
testLoadIgnoresFilesWithoutClasses ( )
testLoadSuiteFromConfig ( )
testLoadSuiteFromConfigWithBadSuitePath ( )
testLoadSuiteFromConfigWithMultipleDirs ( )
testLoadTestsuiteFileFromConfig ( )
testLoadTestsuiteFilesFromConfig ( )
testLoadTestsuiteFilesFromConfigWhileIgnoringExcludeTag ( )
testLoadTestsuiteFilesFromConfigWhileIncludingAndExcludingTheSameDirectory ( )
testLoadTestsuiteFilesFromDirFromConfigWhileRespectingExcludeTag ( )
testLoadTestsuiteWithDirectories ( )
testLoadTestsuiteWithDirectory ( )
testLoadTestsuiteWithDuplicateFilesDirMixed ( )
testLoadTestsuiteWithFilesDirsMixed ( )
testLoadTestsuiteWithNestedSuite ( )
testLoadThrowsExceptionWithInvalidPath ( )
testOptionsCanBeNull ( )
testOptionsMustBeInstanceOfOptionsIfNotNull ( )
testSecondParallelSuiteHasCorrectFunctions ( $paraSuites )

Protected Methods

Method Description
getLoadedPaths ( $path, $loader = null )

Private Methods

Method Description
suiteByPath ( $path, array $paraSuites )

Method Details

getLoadedPaths() protected method

protected getLoadedPaths ( $path, $loader = null )

testConstructor() public method

public testConstructor ( )

testExecutableTestsForFunctionalModeUse() public method

testFirstParallelSuiteHasCorrectFunctions() public method

testGetTestMethodsOnlyReturnsMethodsOfGroupIfOptionIsSpecified() public method

testLoadBarePathWithNoPathAndNoConfiguration() public method

testLoadDirGetsPathOfAllTestsWithKeys() public method

testLoadFileGetsPathOfFile() public method

testLoadFileShouldLoadFileWhereNameDoesNotEndInTest() public method

testLoadIgnoresFilesWithoutClasses() public method

testLoadSuiteFromConfig() public method

testLoadSuiteFromConfigWithBadSuitePath() public method

testLoadSuiteFromConfigWithMultipleDirs() public method

testLoadTestsuiteFileFromConfig() public method

testLoadTestsuiteFilesFromConfig() public method

testLoadTestsuiteFilesFromConfigWhileIgnoringExcludeTag() public method

testLoadTestsuiteFilesFromConfigWhileIncludingAndExcludingTheSameDirectory() public method

testLoadTestsuiteFilesFromDirFromConfigWhileRespectingExcludeTag() public method

testLoadTestsuiteWithDirectories() public method

testLoadTestsuiteWithDirectory() public method

testLoadTestsuiteWithDuplicateFilesDirMixed() public method

testLoadTestsuiteWithFilesDirsMixed() public method

testLoadTestsuiteWithNestedSuite() public method

testLoadThrowsExceptionWithInvalidPath() public method

testOptionsCanBeNull() public method

testOptionsMustBeInstanceOfOptionsIfNotNull() public method

testSecondParallelSuiteHasCorrectFunctions() public method