phing-tasks-ext-phpunit
[ class tree: phing-tasks-ext-phpunit ] [ index: phing-tasks-ext-phpunit ] [ all elements ]

Element index for package phing-tasks-ext-phpunit

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

__construct
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::__construct()
__construct
in file BatchTest.php, method BatchTest::__construct()
    Create a new batchtest instance
top

a

addError
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::addError()
    An error occurred.
addFailure
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::addFailure()
    A failure occurred.
addFileSet
in file BatchTest.php, method BatchTest::addFileSet()
    Add a new fileset containing the XML results to aggregate
addFormatter
in file PHPUnitTask.php, method PHPUnitTask::addFormatter()
    Add a new formatter to all tests of this task.
addFormatter
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::addFormatter()
addIncompleteTest
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::addIncompleteTest()
    Incomplete test.
addSkippedTest
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::addSkippedTest()
    Skipped test.
top

b

BatchTest
in file BatchTest.php, class BatchTest
    Scans a list of files given by the fileset attribute, extracts valid test cases
BatchTest.php
procedural page BatchTest.php
top

c

createBatchTest
in file PHPUnitTask.php, method PHPUnitTask::createBatchTest()
    Adds a set of tests based on pattern matching.
createClasspath
in file BatchTest.php, method BatchTest::createClasspath()
    Creates a new Path object
top

d

$definedClasses
in file PHPUnitUtil.php, variable PHPUnitUtil::$definedClasses
top

e

elements
in file BatchTest.php, method BatchTest::elements()
    Returns an array of test cases and test suites that are declared by the files included by the filesets
endTest
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::endTest()
    A test ended.
endTestSuite
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::endTestSuite()
    A test suite ended.
ERRORS
in file PHPUnitTestRunner.php, class constant PHPUnitTestRunner::ERRORS
top

f

$formatter
in file FormatterElement.php, variable FormatterElement::$formatter
FAILURES
in file PHPUnitTestRunner.php, class constant PHPUnitTestRunner::FAILURES
FormatterElement
in file FormatterElement.php, class FormatterElement
    A wrapper for the implementations of PHPUnit2ResultFormatter.
FormatterElement.php
procedural page FormatterElement.php
top

g

getClassFromFileName
in file PHPUnitUtil.php, method PHPUnitUtil::getClassFromFileName()
    Derives the classname from a filename.
getClasspath
in file BatchTest.php, method BatchTest::getClasspath()
    Returns the classpath
getDefinedClasses
in file PHPUnitUtil.php, method PHPUnitUtil::getDefinedClasses()
getExtension
in file FormatterElement.php, method FormatterElement::getExtension()
getFormatter
in file FormatterElement.php, method FormatterElement::getFormatter()
getLastFailureMessage
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::getLastFailureMessage()
getOutfile
in file FormatterElement.php, method FormatterElement::getOutfile()
getPackageName
in file PHPUnitUtil.php, method PHPUnitUtil::getPackageName()
    Returns the package of a class as defined in the docblock of the class using @package
getRetCode
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::getRetCode()
getToDir
in file FormatterElement.php, method FormatterElement::getToDir()
getUseFile
in file FormatterElement.php, method FormatterElement::getUseFile()
top

h

handleError
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::handleError()
top

i

INCOMPLETES
in file PHPUnitTestRunner.php, class constant PHPUnitTestRunner::INCOMPLETES
init
in file PHPUnitTask.php, method PHPUnitTask::init()
    Initialize Task.
top

m

main
in file PHPUnitTask.php, method PHPUnitTask::main()
    The main entry point
main
in file PHPUnitReportTask.php, method PHPUnitReportTask::main()
    The main entry point
top

o

$outfile
in file FormatterElement.php, variable FormatterElement::$outfile
top

p

PHPUnitReportTask
in file PHPUnitReportTask.php, class PHPUnitReportTask
    Transform a PHPUnit xml report using XSLT.
PHPUnitTask
in file PHPUnitTask.php, class PHPUnitTask
    Runs PHPUnit tests.
PHPUnitTestRunner
in file PHPUnitTestRunner.php, class PHPUnitTestRunner
    Simple Testrunner for PHPUnit that runs all tests of a testsuite.
PHPUnitUtil
in file PHPUnitUtil.php, class PHPUnitUtil
    Various utility functions
PHPUnitReportTask.php
procedural page PHPUnitReportTask.php
PHPUnitTask.php
procedural page PHPUnitTask.php
PHPUnitTestRunner.php
procedural page PHPUnitTestRunner.php
PHPUnitUtil.php
procedural page PHPUnitUtil.php
top

r

run
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::run()
    Run a test
runFailed
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::runFailed()
    Override to define how to handle a failed loading of a test suite.
top

s

setBootstrap
in file PHPUnitTask.php, method PHPUnitTask::setBootstrap()
    Sets the name of a bootstrap file that is run before executing the tests
setClassName
in file FormatterElement.php, method FormatterElement::setClassName()
setClasspath
in file BatchTest.php, method BatchTest::setClasspath()
    Sets the classpath
setCodecoverage
in file PHPUnitTask.php, method PHPUnitTask::setCodecoverage()
setCodecoverage
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::setCodecoverage()
setErrorproperty
in file PHPUnitTask.php, method PHPUnitTask::setErrorproperty()
setExclude
in file BatchTest.php, method BatchTest::setExclude()
    Sets the classes to exclude
setExcludeGroups
in file PHPUnitTask.php, method PHPUnitTask::setExcludeGroups()
setFailureproperty
in file PHPUnitTask.php, method PHPUnitTask::setFailureproperty()
setFormat
in file PHPUnitReportTask.php, method PHPUnitReportTask::setFormat()
    Set the format of the generated report. Must be noframes or frames.
setGroups
in file PHPUnitTask.php, method PHPUnitTask::setGroups()
setHaltonerror
in file PHPUnitTask.php, method PHPUnitTask::setHaltonerror()
setHaltonfailure
in file PHPUnitTask.php, method PHPUnitTask::setHaltonfailure()
setHaltonincomplete
in file PHPUnitTask.php, method PHPUnitTask::setHaltonincomplete()
setHaltonskipped
in file PHPUnitTask.php, method PHPUnitTask::setHaltonskipped()
setIncompleteproperty
in file PHPUnitTask.php, method PHPUnitTask::setIncompleteproperty()
setInFile
in file PHPUnitReportTask.php, method PHPUnitReportTask::setInFile()
    Set the filename of the XML results file to use.
setOutfile
in file FormatterElement.php, method FormatterElement::setOutfile()
setPrintsummary
in file PHPUnitTask.php, method PHPUnitTask::setPrintsummary()
setSkippedproperty
in file PHPUnitTask.php, method PHPUnitTask::setSkippedproperty()
setStyleDir
in file PHPUnitReportTask.php, method PHPUnitReportTask::setStyleDir()
    Set the directory where the stylesheets are located.
setToDir
in file PHPUnitReportTask.php, method PHPUnitReportTask::setToDir()
    Set the directory where the files resulting from the transformation should be written to.
setToDir
in file FormatterElement.php, method FormatterElement::setToDir()
setType
in file FormatterElement.php, method FormatterElement::setType()
setUseFile
in file FormatterElement.php, method FormatterElement::setUseFile()
SKIPPED
in file PHPUnitTestRunner.php, class constant PHPUnitTestRunner::SKIPPED
startTest
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::startTest()
    A test started.
startTestSuite
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::startTestSuite()
    A test suite started.
SUCCESS
in file PHPUnitTestRunner.php, class constant PHPUnitTestRunner::SUCCESS
top

t

$toDir
in file FormatterElement.php, variable FormatterElement::$toDir
$type
in file FormatterElement.php, variable FormatterElement::$type
testEnded
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::testEnded()
    A test ended.
testFailed
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::testFailed()
    A test failed.
testStarted
in file PHPUnitTestRunner.php, method PHPUnitTestRunner::testStarted()
    A test started.
top

u

$useFile
in file FormatterElement.php, variable FormatterElement::$useFile
top

Documentation generated on Mon, 19 Oct 2009 10:50:11 +0200 by phpDocumentor 1.4.3