Element index for package phing-tasks-ext-simpletest
[ a ]
[ c ]
[ e ]
[ f ]
[ g ]
[ i ]
[ m ]
[ o ]
[ p ]
[ s ]
[ _ ]
top
top
top
top
top
g
- getDebug
- in file SimpleTestTask.php, method SimpleTestTask::getDebug()
- getElapsedTime
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::getElapsedTime()
- getErrorCount
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::getErrorCount()
- getExtension
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::getExtension()
Returns the extension used for this formatter
- getExtension
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::getExtension()
- getExtension
- in file SimpleTestPlainResultFormatter.php, method SimpleTestPlainResultFormatter::getExtension()
- getFailureCount
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::getFailureCount()
- getPreferredOutfile
- in file SimpleTestPlainResultFormatter.php, method SimpleTestPlainResultFormatter::getPreferredOutfile()
- getPreferredOutfile
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::getPreferredOutfile()
- getPreferredOutfile
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::getPreferredOutfile()
- getRetCode
- in file SimpleTestCountResultFormatter.php, method SimpleTestCountResultFormatter::getRetCode()
- getRunCount
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::getRunCount()
- getTestName
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::getTestName()
top
top
top
top
p
- $project
- in file SimpleTestResultFormatter.php, variable SimpleTestResultFormatter::$project
- paint
- in file SimpleTestDebugResultFormatter.php, method SimpleTestDebugResultFormatter::paint()
- paintCaseEnd
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintCaseEnd()
- paintCaseEnd
- in file SimpleTestSummaryResultFormatter.php, method SimpleTestSummaryResultFormatter::paintCaseEnd()
- paintCaseEnd
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::paintCaseEnd()
- paintCaseEnd
- in file SimpleTestPlainResultFormatter.php, method SimpleTestPlainResultFormatter::paintCaseEnd()
- paintCaseEnd
- in file SimpleTestDebugResultFormatter.php, method SimpleTestDebugResultFormatter::paintCaseEnd()
- paintCaseStart
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::paintCaseStart()
- paintCaseStart
- in file SimpleTestPlainResultFormatter.php, method SimpleTestPlainResultFormatter::paintCaseStart()
- paintCaseStart
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintCaseStart()
- paintCaseStart
- in file SimpleTestDebugResultFormatter.php, method SimpleTestDebugResultFormatter::paintCaseStart()
- paintError
- in file SimpleTestDebugResultFormatter.php, method SimpleTestDebugResultFormatter::paintError()
- paintError
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::paintError()
- paintError
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintError()
- paintError
- in file SimpleTestPlainResultFormatter.php, method SimpleTestPlainResultFormatter::paintError()
- paintException
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintException()
- paintException
- in file SimpleTestDebugResultFormatter.php, method SimpleTestDebugResultFormatter::paintException()
- paintFail
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintFail()
- paintFail
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::paintFail()
- paintFail
- in file SimpleTestDebugResultFormatter.php, method SimpleTestDebugResultFormatter::paintFail()
- paintFail
- in file SimpleTestPlainResultFormatter.php, method SimpleTestPlainResultFormatter::paintFail()
- paintFormattedMessage
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintFormattedMessage()
- paintGroupEnd
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintGroupEnd()
- paintGroupStart
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintGroupStart()
- paintMessage
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintMessage()
- paintMethodEnd
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintMethodEnd()
- paintMethodEnd
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::paintMethodEnd()
- paintMethodEnd
- in file SimpleTestDebugResultFormatter.php, method SimpleTestDebugResultFormatter::paintMethodEnd()
- paintMethodStart
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::paintMethodStart()
- paintMethodStart
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintMethodStart()
- paintMethodStart
- in file SimpleTestDebugResultFormatter.php, method SimpleTestDebugResultFormatter::paintMethodStart()
- paintPass
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintPass()
- paintSignal
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintSignal()
- paintSkip
- in file SimpleTestXmlResultFormatter.php, method SimpleTestXmlResultFormatter::paintSkip()
- printFailingTests
- in file SimpleTestDebugResultFormatter.php, method SimpleTestDebugResultFormatter::printFailingTests()
top
s
- setDebug
- in file SimpleTestTask.php, method SimpleTestTask::setDebug()
- setErrorproperty
- in file SimpleTestTask.php, method SimpleTestTask::setErrorproperty()
- setFailureproperty
- in file SimpleTestTask.php, method SimpleTestTask::setFailureproperty()
- setHaltonerror
- in file SimpleTestTask.php, method SimpleTestTask::setHaltonerror()
- setHaltonfailure
- in file SimpleTestTask.php, method SimpleTestTask::setHaltonfailure()
- setOutput
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::setOutput()
Sets the writer the formatter is supposed to write its results to.
- setPrintsummary
- in file SimpleTestTask.php, method SimpleTestTask::setPrintsummary()
- setProject
- in file SimpleTestResultFormatter.php, method SimpleTestResultFormatter::setProject()
Sets the project
- setType
- in file SimpleTestFormatterElement.php, method SimpleTestFormatterElement::setType()
- SimpleTestCountResultFormatter
- in file SimpleTestCountResultFormatter.php, class SimpleTestCountResultFormatter
Dummy result formatter used to count SimpleTest results
- SimpleTestDebugResultFormatter
- in file SimpleTestDebugResultFormatter.php, class SimpleTestDebugResultFormatter
Prints plain text output of the test to a specified Writer.
- SimpleTestFormatterElement
- in file SimpleTestFormatterElement.php, class SimpleTestFormatterElement
Child class of "FormatterElement", overrides setType to provide other formatter classes for SimpleTest
- SimpleTestPlainResultFormatter
- in file SimpleTestPlainResultFormatter.php, class SimpleTestPlainResultFormatter
Prints plain text output of the test to a specified Writer.
- SimpleTestResultFormatter
- in file SimpleTestResultFormatter.php, class SimpleTestResultFormatter
This abstract class describes classes that format the results of a SimpleTest testrun.
- SimpleTestSummaryResultFormatter
- in file SimpleTestSummaryResultFormatter.php, class SimpleTestSummaryResultFormatter
Prints short summary output of the test to Phing's logging system.
- SimpleTestTask
- in file SimpleTestTask.php, class SimpleTestTask
Runs SimpleTest tests.
- SimpleTestXmlResultFormatter
- in file SimpleTestXmlResultFormatter.php, class SimpleTestXmlResultFormatter
Prints plain text output of the test to a specified Writer.
- SUCCESS
- in file SimpleTestCountResultFormatter.php, class constant SimpleTestCountResultFormatter::SUCCESS
- SimpleTestCountResultFormatter.php
- procedural page SimpleTestCountResultFormatter.php
- SimpleTestDebugResultFormatter.php
- procedural page SimpleTestDebugResultFormatter.php
- SimpleTestFormatterElement.php
- procedural page SimpleTestFormatterElement.php
- SimpleTestPlainResultFormatter.php
- procedural page SimpleTestPlainResultFormatter.php
- SimpleTestResultFormatter.php
- procedural page SimpleTestResultFormatter.php
- SimpleTestSummaryResultFormatter.php
- procedural page SimpleTestSummaryResultFormatter.php
- SimpleTestTask.php
- procedural page SimpleTestTask.php
- SimpleTestXmlResultFormatter.php
- procedural page SimpleTestXmlResultFormatter.php
top
|
|