PHPUnit2
[ class tree: PHPUnit2 ] [ index: PHPUnit2 ] [ all elements ]

Element index for package PHPUnit2

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ w ] [ _ ]

_

__construct
in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::__construct()
    Constructor.
__construct
in file RepeatedTest.php, method PHPUnit2_Extensions_RepeatedTest::__construct()
    Constructor.
__construct
in file ExceptionTestCase.php, method PHPUnit2_Extensions_ExceptionTestCase::__construct()
__construct
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::__construct()
    Constructs a new TestSuite:
__construct
in file Warning.php, method PHPUnit2_Framework_Warning::__construct()
__construct
in file TestFailure.php, method PHPUnit2_Framework_TestFailure::__construct()
    Constructs a TestFailure with the given test and exception.
__construct
in file TestCase.php, method PHPUnit2_Framework_TestCase::__construct()
    Constructs a test case with the given name.
__construct
in file ComparisonFailure.php, method PHPUnit2_Framework_ComparisonFailure::__construct()
    Constructs a comparison failure.
__construct
in file Assert.php, method PHPUnit2_Framework_Assert::__construct()
    Protect constructor since it is a static only class.
__construct
in file Printer.php, method PHPUnit2_Util_Printer::__construct()
    Constructor.
__destruct
in file Printer.php, method PHPUnit2_Util_Printer::__destruct()
    Destructor.
top

a

addError
in file TestListener.php, method PHPUnit2_Framework_TestListener::addError()
    An error occurred.
addError
in file TestResult.php, method PHPUnit2_Framework_TestResult::addError()
    Adds an error to the list of errors.
addFailure
in file TestListener.php, method PHPUnit2_Framework_TestListener::addFailure()
    A failure occurred.
addFailure
in file TestResult.php, method PHPUnit2_Framework_TestResult::addFailure()
    Adds a failure to the list of failures.
addIncompleteTest
in file TestListener.php, method PHPUnit2_Framework_TestListener::addIncompleteTest()
    Incomplete test.
addListener
in file TestResult.php, method PHPUnit2_Framework_TestResult::addListener()
    Registers a TestListener.
addTest
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::addTest()
    Adds a test to the suite.
addTestSuite
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::addTestSuite()
    Adds the tests from the given class to the suite.
allCompletlyImplemented
in file TestResult.php, method PHPUnit2_Framework_TestResult::allCompletlyImplemented()
    Returns true if no incomplete test occured.
assertEquals
in file Assert.php, method PHPUnit2_Framework_Assert::assertEquals()
    Asserts that two variables are equal.
assertFalse
in file Assert.php, method PHPUnit2_Framework_Assert::assertFalse()
    Asserts that a condition is false.
assertNotNull
in file Assert.php, method PHPUnit2_Framework_Assert::assertNotNull()
    Asserts that an object isn't null.
assertNotSame
in file Assert.php, method PHPUnit2_Framework_Assert::assertNotSame()
    Asserts that two objects refer not to the same object.
assertNull
in file Assert.php, method PHPUnit2_Framework_Assert::assertNull()
    Asserts that an object is null.
assertRegExp
in file Assert.php, method PHPUnit2_Framework_Assert::assertRegExp()
    Asserts that a string matches a given regular expression.
assertSame
in file Assert.php, method PHPUnit2_Framework_Assert::assertSame()
    Asserts that two objects refer to the same object.
assertTrue
in file Assert.php, method PHPUnit2_Framework_Assert::assertTrue()
    Asserts that a condition is true.
assertType
in file Assert.php, method PHPUnit2_Framework_Assert::assertType()
    Asserts that a variable is of a given type.
Assert.php
procedural page Assert.php
AssertionFailedError.php
procedural page AssertionFailedError.php
addError
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::addError()
    An error occurred.
addFailure
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::addFailure()
    A failure occurred.
addIncompleteTest
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::addIncompleteTest()
    Incomplete test.
addError
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::addError()
    An error occurred.
addFailure
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::addFailure()
    A failure occurred.
addIncompleteTest
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::addIncompleteTest()
    Incomplete test.
top

b

basicRun
in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::basicRun()
    Runs the test and collects the result in a TestResult.
BaseTestRunner.php
procedural page BaseTestRunner.php
top

c

countTestCases
in file RepeatedTest.php, method PHPUnit2_Extensions_RepeatedTest::countTestCases()
    Counts the number of test cases that will be run by this test.
countTestCases
in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::countTestCases()
    Counts the number of test cases that will be run by this test.
createResult
in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::createResult()
    Creates a default TestResult object.
countTestCases
in file TestCase.php, method PHPUnit2_Framework_TestCase::countTestCases()
    Counts the number of test cases executed by run(TestResult result).
countTestCases
in file Test.php, method PHPUnit2_Framework_Test::countTestCases()
    Counts the number of test cases that will be run by this test.
countTestCases
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::countTestCases()
    Counts the number of test cases that will be run by this test.
createResult
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::createResult()
    Creates a default TestResult object.
createResult
in file TestCase.php, method PHPUnit2_Framework_TestCase::createResult()
    Creates a default TestResult object.
createTest
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::createTest()
ComparisonFailure.php
procedural page ComparisonFailure.php
clearStatus
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::clearStatus()
    Clears the status message.
collectTests
in file TestCollector.php, method PHPUnit2_Runner_TestCollector::collectTests()
createTestResult
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::createTestResult()
top

d

doRun
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::doRun()
top

e

ExceptionTestCase.php
procedural page ExceptionTestCase.php
$errors
in file TestResult.php, variable PHPUnit2_Framework_TestResult::$errors
endTest
in file TestListener.php, method PHPUnit2_Framework_TestListener::endTest()
    A test ended.
endTest
in file TestResult.php, method PHPUnit2_Framework_TestResult::endTest()
    Informs the result that a test was completed.
errorCount
in file TestResult.php, method PHPUnit2_Framework_TestResult::errorCount()
    Gets the number of detected errors.
errors
in file TestResult.php, method PHPUnit2_Framework_TestResult::errors()
    Returns an Enumeration for the errors.
exceptionMessage
in file TestFailure.php, method PHPUnit2_Framework_TestFailure::exceptionMessage()
    Returns the exception's message.
endTest
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::endTest()
    A test ended.
endTest
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::endTest()
    A test ended.
EXCEPTION_EXIT
in file TestRunner.php, class constant PHPUnit2_TextUI_TestRunner::EXCEPTION_EXIT
top

f

$failedTest
in file TestFailure.php, variable PHPUnit2_Framework_TestFailure::$failedTest
$failures
in file TestResult.php, variable PHPUnit2_Framework_TestResult::$failures
fail
in file Assert.php, method PHPUnit2_Framework_Assert::fail()
    Fails a test with the given message.
failedTest
in file TestFailure.php, method PHPUnit2_Framework_TestFailure::failedTest()
    Gets the failed test.
failureCount
in file TestResult.php, method PHPUnit2_Framework_TestResult::failureCount()
    Gets the number of detected failures.
failures
in file TestResult.php, method PHPUnit2_Framework_TestResult::failures()
    Returns an Enumeration for the failures.
format
in file Assert.php, method PHPUnit2_Framework_Assert::format()
FAILURE_EXIT
in file TestRunner.php, class constant PHPUnit2_TextUI_TestRunner::FAILURE_EXIT
$filteredFiles
in file Filter.php, variable PHPUnit2_Util_Filter::$filteredFiles
    Source files that are to be filtered.
Filter.php
procedural page Filter.php
top

g

getTest
in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::getTest()
    Returns the test to be run.
getName
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::getName()
    Returns the name of the suite.
getName
in file TestCase.php, method PHPUnit2_Framework_TestCase::getName()
    Gets the name of a TestCase.
getLoader
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::getLoader()
    Returns the loader to be used.
getTest
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::getTest()
    Returns the Test corresponding to the given suite.
getVersionString
in file Version.php, method PHPUnit2_Runner_Version::getVersionString()
getCanonicalFilename
in file Filter.php, method PHPUnit2_Util_Filter::getCanonicalFilename()
    Canonicalizes a source file name.
getFilteredStacktrace
in file Filter.php, method PHPUnit2_Util_Filter::getFilteredStacktrace()
    Filters stack frames from PHPUnit classes.
top

i

isFailure
in file TestFailure.php, method PHPUnit2_Framework_TestFailure::isFailure()
    Returns TRUE if the thrown exception is of type AssertionFailedError.
IncompleteTest.php
procedural page IncompleteTest.php
IncompleteTestError.php
procedural page IncompleteTestError.php
id
in file Version.php, method PHPUnit2_Runner_Version::id()
    Returns the current version of PHPUnit.
top

l

$listeners
in file TestResult.php, variable PHPUnit2_Framework_TestResult::$listeners
load
in file TestSuiteLoader.php, method PHPUnit2_Runner_TestSuiteLoader::load()
load
in file StandardTestSuiteLoader.php, method PHPUnit2_Runner_StandardTestSuiteLoader::load()
loadSuiteClass
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::loadSuiteClass()
    Returns the loaded ReflectionClass for a suite name.
top

m

main
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::main()
top

n

$notImplemented
in file TestResult.php, variable PHPUnit2_Framework_TestResult::$notImplemented
notImplemented
in file TestResult.php, method PHPUnit2_Framework_TestResult::notImplemented()
    Returns an Enumeration for the incomplete tests.
notImplementedCount
in file TestResult.php, method PHPUnit2_Framework_TestResult::notImplementedCount()
    Gets the number of incomplete tests.
top

p

PHPUnit2_Extensions_ExceptionTestCase
in file ExceptionTestCase.php, class PHPUnit2_Extensions_ExceptionTestCase
    A TestCase that expects an Exception of class fExpected to be thrown.
PHPUnit2_Extensions_RepeatedTest
in file RepeatedTest.php, class PHPUnit2_Extensions_RepeatedTest
    A Decorator that runs a test repeatedly.
PHPUnit2_Extensions_TestDecorator
in file TestDecorator.php, class PHPUnit2_Extensions_TestDecorator
    A Decorator for Tests.
PHPUnit2_Extensions_TestSetup
in file TestSetup.php, class PHPUnit2_Extensions_TestSetup
    A Decorator to set up and tear down additional fixture state.
PHPUnit2_Framework_Assert
in file Assert.php, class PHPUnit2_Framework_Assert
    A set of assert methods.
PHPUnit2_Framework_AssertionFailedError
in file AssertionFailedError.php, class PHPUnit2_Framework_AssertionFailedError
    Thrown when an assertion failed.
PHPUnit2_Framework_ComparisonFailure
in file ComparisonFailure.php, class PHPUnit2_Framework_ComparisonFailure
    Thrown when an assertion for string equality failed.
PHPUnit2_Framework_IncompleteTest
in file IncompleteTest.php, class PHPUnit2_Framework_IncompleteTest
    A marker interface for marking any exception/error as result of an unit test as incomplete implementation or currently not implemnented.
PHPUnit2_Framework_IncompleteTestError
in file IncompleteTestError.php, class PHPUnit2_Framework_IncompleteTestError
    Extension to PHPUnit2_Framework_AssertionFailedError to mark the special case of an incomplete test.
PHPUnit2_Framework_Test
in file Test.php, class PHPUnit2_Framework_Test
    A Test can be run and collect its results.
PHPUnit2_Framework_TestCase
in file TestCase.php, class PHPUnit2_Framework_TestCase
    A TestCase defines the fixture to run multiple tests.
PHPUnit2_Framework_TestFailure
in file TestFailure.php, class PHPUnit2_Framework_TestFailure
    A TestFailure collects a failed test together with the caught exception.
PHPUnit2_Framework_TestListener
in file TestListener.php, class PHPUnit2_Framework_TestListener
    A Listener for test progress.
PHPUnit2_Framework_TestResult
in file TestResult.php, class PHPUnit2_Framework_TestResult
    A TestResult collects the results of executing a test case.
PHPUnit2_Framework_TestSuite
in file TestSuite.php, class PHPUnit2_Framework_TestSuite
    A TestSuite is a composite of Tests. It runs a collection of test cases.
PHPUnit2_Framework_Warning
in file Warning.php, class PHPUnit2_Framework_Warning
PHPUnit2_Runner_BaseTestRunner
in file BaseTestRunner.php, class PHPUnit2_Runner_BaseTestRunner
    Base class for all test runners.
PHPUnit2_Runner_StandardTestSuiteLoader
in file StandardTestSuiteLoader.php, class PHPUnit2_Runner_StandardTestSuiteLoader
    The standard test suite loader.
PHPUnit2_Runner_TestCollector
in file TestCollector.php, class PHPUnit2_Runner_TestCollector
    Collects Test class names to be presented by the TestSelector.
PHPUnit2_Runner_TestRunListener
in file TestRunListener.php, class PHPUnit2_Runner_TestRunListener
    A listener interface for observing the execution of a test run. Unlike TestListener, this interface using only primitive objects, making it suitable for remote test execution.
PHPUnit2_Runner_TestSuiteLoader
in file TestSuiteLoader.php, class PHPUnit2_Runner_TestSuiteLoader
    An interface to define how a test suite should be loaded.
PHPUnit2_Runner_Version
in file Version.php, class PHPUnit2_Runner_Version
    This class defines the current version of PHPUnit.
pause
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::pause()
PHPUnit2_MAIN_METHOD
in file TestRunner.php, constant PHPUnit2_MAIN_METHOD
PHPUnit2_TextUI_ResultPrinter
in file ResultPrinter.php, class PHPUnit2_TextUI_ResultPrinter
PHPUnit2_TextUI_TestRunner
in file TestRunner.php, class PHPUnit2_TextUI_TestRunner
    A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.
printDefect
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printDefect()
printDefectHeader
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printDefectHeader()
printDefects
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printDefects()
printDefectTrace
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printDefectTrace()
printErrors
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printErrors()
printFailures
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printFailures()
printFooter
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printFooter()
printHeader
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printHeader()
printIncompletes
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printIncompletes()
printResult
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printResult()
printWaitPrompt
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::printWaitPrompt()
Printer.php
procedural page Printer.php
PHPUnit2_Util_Filter
in file Filter.php, class PHPUnit2_Util_Filter
    Utility class for code filtering.
PHPUnit2_Util_Printer
in file Printer.php, class PHPUnit2_Util_Printer
top

r

RepeatedTest.php
procedural page RepeatedTest.php
run
in file TestSetup.php, method PHPUnit2_Extensions_TestSetup::run()
    Runs the decorated test and collects the result in a TestResult.
run
in file RepeatedTest.php, method PHPUnit2_Extensions_RepeatedTest::run()
    Runs the decorated test and collects the result in a TestResult.
run
in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::run()
    Runs the decorated test and collects the result in a TestResult.
runTest
in file ExceptionTestCase.php, method PHPUnit2_Extensions_ExceptionTestCase::runTest()
$runTests
in file TestResult.php, variable PHPUnit2_Framework_TestResult::$runTests
removeListener
in file TestResult.php, method PHPUnit2_Framework_TestResult::removeListener()
    Unregisters a TestListener.
run
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::run()
    Runs the tests and collects their result in a TestResult.
run
in file Test.php, method PHPUnit2_Framework_Test::run()
    Runs a test and collects its result in a TestResult instance.
run
in file TestCase.php, method PHPUnit2_Framework_TestCase::run()
    Runs the test case and collects the results in a TestResult object.
run
in file TestResult.php, method PHPUnit2_Framework_TestResult::run()
    Runs a TestCase.
runBare
in file TestCase.php, method PHPUnit2_Framework_TestCase::runBare()
    Runs the bare test sequence.
runCount
in file TestResult.php, method PHPUnit2_Framework_TestResult::runCount()
    Gets the number of run tests.
runTest
in file Warning.php, method PHPUnit2_Framework_Warning::runTest()
runTest
in file TestCase.php, method PHPUnit2_Framework_TestCase::runTest()
    Override to run the test and assert its state.
runTest
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::runTest()
    Runs a test.
reload
in file StandardTestSuiteLoader.php, method PHPUnit2_Runner_StandardTestSuiteLoader::reload()
reload
in file TestSuiteLoader.php, method PHPUnit2_Runner_TestSuiteLoader::reload()
runFailed
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::runFailed()
    Override to define how to handle a failed loading of a test suite.
ResultPrinter.php
procedural page ResultPrinter.php
run
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::run()
runAndWait
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::runAndWait()
runFailed
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::runFailed()
    Override to define how to handle a failed loading of a test suite.
top

s

setUp
in file TestSetup.php, method PHPUnit2_Extensions_TestSetup::setUp()
    Sets up the fixture. Override to set up additional fixture state.
setLooselyTyped
in file Assert.php, method PHPUnit2_Framework_Assert::setLooselyTyped()
setName
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::setName()
    Sets the name of the suite.
setName
in file TestCase.php, method PHPUnit2_Framework_TestCase::setName()
    Sets the name of a TestCase.
setUp
in file TestCase.php, method PHPUnit2_Framework_TestCase::setUp()
    Sets up the fixture, for example, open a network connection.
shouldStop
in file TestResult.php, method PHPUnit2_Framework_TestResult::shouldStop()
    Checks whether the test run should stop.
startTest
in file TestListener.php, method PHPUnit2_Framework_TestListener::startTest()
    A test started.
startTest
in file TestResult.php, method PHPUnit2_Framework_TestResult::startTest()
    Informs the result that a test will be started.
stop
in file TestResult.php, method PHPUnit2_Framework_TestResult::stop()
    Marks that the test run should stop.
StandardTestSuiteLoader.php
procedural page StandardTestSuiteLoader.php
startTest
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::startTest()
    A test started.
STATUS_ERROR
in file TestRunListener.php, class constant PHPUnit2_Runner_TestRunListener::STATUS_ERROR
STATUS_FAILURE
in file TestRunListener.php, class constant PHPUnit2_Runner_TestRunListener::STATUS_FAILURE
STATUS_INCOMPLETE
in file TestRunListener.php, class constant PHPUnit2_Runner_TestRunListener::STATUS_INCOMPLETE
SUITE_METHODNAME
in file BaseTestRunner.php, class constant PHPUnit2_Runner_BaseTestRunner::SUITE_METHODNAME
setPrinter
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::setPrinter()
showHelp
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::showHelp()
start
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::start()
startTest
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::startTest()
    A test started.
SUCCESS_EXIT
in file TestRunner.php, class constant PHPUnit2_TextUI_TestRunner::SUCCESS_EXIT
top

t

$test
in file TestDecorator.php, variable PHPUnit2_Extensions_TestDecorator::$test
    The Test to be decorated.
TestDecorator.php
procedural page TestDecorator.php
TestSetup.php
procedural page TestSetup.php
tearDown
in file TestSetup.php, method PHPUnit2_Extensions_TestSetup::tearDown()
    Tears down the fixture. Override to tear down the additional fixture state.
toString
in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::toString()
    Returns a string representation of the test.
$thrownException
in file TestFailure.php, variable PHPUnit2_Framework_TestFailure::$thrownException
Test.php
procedural page Test.php
TestCase.php
procedural page TestCase.php
TestFailure.php
procedural page TestFailure.php
TestListener.php
procedural page TestListener.php
TestResult.php
procedural page TestResult.php
TestSuite.php
procedural page TestSuite.php
tearDown
in file TestCase.php, method PHPUnit2_Framework_TestCase::tearDown()
    Tears down the fixture, for example, close a network connection.
testAt
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::testAt()
    Returns the test at the given index.
testCount
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::testCount()
    Returns the number of tests in this suite.
tests
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::tests()
    Returns the tests as an enumeration.
thrownException
in file TestFailure.php, method PHPUnit2_Framework_TestFailure::thrownException()
    Gets the thrown exception.
toString
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::toString()
    Returns a string representation of the test suite.
toString
in file ComparisonFailure.php, method PHPUnit2_Framework_ComparisonFailure::toString()
    Returns "..." in place of common prefix and "..." in place of common suffix between expected and actual.
toString
in file TestCase.php, method PHPUnit2_Framework_TestCase::toString()
    Returns a string representation of the test case.
toString
in file AssertionFailedError.php, method PHPUnit2_Framework_AssertionFailedError::toString()
    Wrapper for getMessage() which is declared as final.
toString
in file TestFailure.php, method PHPUnit2_Framework_TestFailure::toString()
    Returns a short description of the failure.
TestCollector.php
procedural page TestCollector.php
TestRunListener.php
procedural page TestRunListener.php
TestSuiteLoader.php
procedural page TestSuiteLoader.php
testEnded
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::testEnded()
    A test ended.
testEnded
in file TestRunListener.php, method PHPUnit2_Runner_TestRunListener::testEnded()
testFailed
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::testFailed()
    A test failed.
testFailed
in file TestRunListener.php, method PHPUnit2_Runner_TestRunListener::testFailed()
testRunEnded
in file TestRunListener.php, method PHPUnit2_Runner_TestRunListener::testRunEnded()
testRunStarted
in file TestRunListener.php, method PHPUnit2_Runner_TestRunListener::testRunStarted()
testRunStopped
in file TestRunListener.php, method PHPUnit2_Runner_TestRunListener::testRunStopped()
testStarted
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::testStarted()
    A test started.
testStarted
in file TestRunListener.php, method PHPUnit2_Runner_TestRunListener::testStarted()
TestRunner.php
procedural page TestRunner.php
testEnded
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::testEnded()
    A test ended.
testFailed
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::testFailed()
    A test failed.
testStarted
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::testStarted()
    A test started.
top

v

Version.php
procedural page Version.php
top

w

Warning.php
procedural page Warning.php
wasSuccessful
in file TestResult.php, method PHPUnit2_Framework_TestResult::wasSuccessful()
    Returns whether the entire test was successful or not.
write
in file Printer.php, method PHPUnit2_Util_Printer::write()
top

Documentation generated on Mon, 11 Mar 2019 13:55:58 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.