Метод |
Описание |
|
addDependentTestsToBatchSet ( &$batches, $dependsOn, $tests ) |
|
|
addTestsToBatchSet ( &$batches, $tests, $maxBatchSize ) |
|
|
createSuite ( $path, ParaTest\Parser\ParsedClass $class ) |
|
|
executableTests ( $path, $class ) |
|
|
getMethodBatches ( ParaTest\Parser\ParsedClass $class ) : array |
Get method batches. |
|
getMethodTests ( ParaTest\Parser\ParsedClass $class, ParaTest\Parser\ParsedObject $method, boolean $useDataProvider = false ) : string[] |
Get method all available tests. |
|
initSuites ( ) |
Called after all files are loaded. Parses loaded files into
ExecutableTest objects - either Suite or TestMethod |
|
methodDataProvider ( $method ) |
|
|
methodDependency ( $method ) |
|
|
methodGroups ( $method ) |
|
|
testMatchFilterOptions ( $className, $name, $group ) |
|
|
testMatchGroupOptions ( $groups ) |
|
|
testMatchOptions ( $className, $name, $group ) |
|
|