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

Element index for package PHPUnit2

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

_

__construct
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::__construct()
    Constructor.
__construct
in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::__construct()
    Constructor.
__construct
in file XML.php, method PHPUnit2_Extensions_Log_XML::__construct()
    Constructor.
__construct
in file ExceptionTestCase.php, method PHPUnit2_Extensions_ExceptionTestCase::__construct()
__construct
in file RepeatedTest.php, method PHPUnit2_Extensions_RepeatedTest::__construct()
    Constructor.
__construct
in file PEAR.php, method PHPUnit2_Extensions_Log_PEAR::__construct()
__construct
in file Renderer.php, method PHPUnit2_Extensions_CodeCoverage_Renderer::__construct()
    Constructor.
__construct
in file PerformanceTestCase.php, method PHPUnit2_Extensions_PerformanceTestCase::__construct()
__destruct
in file XML.php, method PHPUnit2_Extensions_Log_XML::__destruct()
    Destructor.
__destruct
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::__destruct()
    Destructor.
__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 Error.php, method PHPUnit2_Framework_Error::__construct()
__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.
__construct
in file Skeleton.php, method PHPUnit2_Util_Skeleton::__construct()
    Constructor.
__destruct
in file Printer.php, method PHPUnit2_Util_Printer::__destruct()
    Destructor.
top

a

addError
in file XML.php, method PHPUnit2_Extensions_Log_XML::addError()
    An error occurred.
addError
in file PEAR.php, method PHPUnit2_Extensions_Log_PEAR::addError()
    An error occurred.
addError
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::addError()
    An error occurred.
addFailure
in file XML.php, method PHPUnit2_Extensions_Log_XML::addFailure()
    A failure occurred.
addFailure
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::addFailure()
    A failure occurred.
addFailure
in file PEAR.php, method PHPUnit2_Extensions_Log_PEAR::addFailure()
    A failure occurred.
addIncompleteTest
in file XML.php, method PHPUnit2_Extensions_Log_XML::addIncompleteTest()
    Incomplete test.
addIncompleteTest
in file PEAR.php, method PHPUnit2_Extensions_Log_PEAR::addIncompleteTest()
    Incomplete test.
addIncompleteTest
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::addIncompleteTest()
    Incomplete test.
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 TestResult.php, method PHPUnit2_Framework_TestResult::addFailure()
    Adds a failure to the list of failures.
addFailure
in file TestListener.php, method PHPUnit2_Framework_TestListener::addFailure()
    A failure occurred.
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.
assertContains
in file Assert.php, method PHPUnit2_Framework_Assert::assertContains()
    Asserts that a haystack contains a needle.
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.
assertNotContains
in file Assert.php, method PHPUnit2_Framework_Assert::assertNotContains()
    Asserts that a haystack does not contain a needle.
assertNotNull
in file Assert.php, method PHPUnit2_Framework_Assert::assertNotNull()
    Asserts that a variable is not NULL.
assertNotRegExp
in file Assert.php, method PHPUnit2_Framework_Assert::assertNotRegExp()
    Asserts that a string does not match a given regular expression.
assertNotSame
in file Assert.php, method PHPUnit2_Framework_Assert::assertNotSame()
    Asserts that two variables do not reference the same object.
assertNotType
in file Assert.php, method PHPUnit2_Framework_Assert::assertNotType()
    Asserts that a variable is not of a given type.
assertNull
in file Assert.php, method PHPUnit2_Framework_Assert::assertNull()
    Asserts that a variable 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 variables reference 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.
addFileToFilter
in file Filter.php, method PHPUnit2_Util_Filter::addFileToFilter()
    Adds a new file to be filtered.
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

$codeCoverageInformation
in file Renderer.php, variable PHPUnit2_Extensions_CodeCoverage_Renderer::$codeCoverageInformation
codeLine
in file HTML.php, class constant PHPUnit2_Extensions_CodeCoverage_Renderer_HTML::codeLine
countTestCases
in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::countTestCases()
    Counts the number of test cases that will be run by this test.
countTestCases
in file RepeatedTest.php, method PHPUnit2_Extensions_RepeatedTest::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()
collectTests
in file IncludePathTestCollector.php, method PHPUnit2_Runner_IncludePathTestCollector::collectTests()
createTestResult
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::createTestResult()
$className
in file Skeleton.php, variable PHPUnit2_Util_Skeleton::$className
$classSourceFile
in file Skeleton.php, variable PHPUnit2_Util_Skeleton::$classSourceFile
top

d

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

e

endClass
in file Text.php, method PHPUnit2_Extensions_TestDox_ResultPrinter_Text::endClass()
    Handler for 'end class' event.
endClass
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::endClass()
    Handler for 'end class' event.
endClass
in file HTML.php, method PHPUnit2_Extensions_TestDox_ResultPrinter_HTML::endClass()
    Handler for 'end class' event.
endRun
in file Text.php, method PHPUnit2_Extensions_TestDox_ResultPrinter_Text::endRun()
    Handler for 'end run' event.
endRun
in file HTML.php, method PHPUnit2_Extensions_TestDox_ResultPrinter_HTML::endRun()
    Handler for 'end run' event.
endRun
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::endRun()
    Handler for 'end run' event.
endSourceFile
in file Text.php, method PHPUnit2_Extensions_CodeCoverage_Renderer_Text::endSourceFile()
endSourceFile
in file HTML.php, method PHPUnit2_Extensions_CodeCoverage_Renderer_HTML::endSourceFile()
endSourceFile
in file Renderer.php, method PHPUnit2_Extensions_CodeCoverage_Renderer::endSourceFile()
endTest
in file PEAR.php, method PHPUnit2_Extensions_Log_PEAR::endTest()
    A test ended.
endTest
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::endTest()
    A test ended.
endTest
in file XML.php, method PHPUnit2_Extensions_Log_XML::endTest()
    A test ended.
endTestSuite
in file XML.php, method PHPUnit2_Extensions_Log_XML::endTestSuite()
    A testsuite ended.
endTestSuite
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::endTestSuite()
    A testsuite ended.
endTestSuite
in file PEAR.php, method PHPUnit2_Extensions_Log_PEAR::endTestSuite()
    A testsuite ended.
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.
endTestSuite
in file TestListener.php, method PHPUnit2_Framework_TestListener::endTestSuite()
    A testsuite ended.
endTestSuite
in file TestResult.php, method PHPUnit2_Framework_TestResult::endTestSuite()
    Informs the result that a testsuite was completed.
errorCount
in file TestResult.php, method PHPUnit2_Framework_TestResult::errorCount()
    Gets the number of detected errors.
errorHandler
in file TestResult.php, method PHPUnit2_Framework_TestResult::errorHandler()
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.
Error.php
procedural page Error.php
endTest
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::endTest()
    A test ended.
endTestSuite
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::endTestSuite()
    A testsuite ended.
endTest
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::endTest()
    A test ended.
endTestSuite
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::endTestSuite()
    A testsuite ended.
EXCEPTION_EXIT
in file TestRunner.php, class constant PHPUnit2_TextUI_TestRunner::EXCEPTION_EXIT
top

f

factory
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::factory()
    Abstract Factory.
factory
in file Renderer.php, method PHPUnit2_Extensions_CodeCoverage_Renderer::factory()
    Abstract Factory.
footer
in file HTML.php, method PHPUnit2_Extensions_CodeCoverage_Renderer_HTML::footer()
footer
in file Renderer.php, method PHPUnit2_Extensions_CodeCoverage_Renderer::footer()
$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

getExpectedException
in file ExceptionTestCase.php, method PHPUnit2_Extensions_ExceptionTestCase::getExpectedException()
getSummary
in file Renderer.php, method PHPUnit2_Extensions_CodeCoverage_Renderer::getSummary()
    Returns summarized Code Coverage data.
getTest
in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::getTest()
    Returns the test to be run.
getXML
in file XML.php, method PHPUnit2_Extensions_Log_XML::getXML()
    Returns the XML as a string.
getCodeCoverageInformation
in file TestResult.php, method PHPUnit2_Framework_TestResult::getCodeCoverageInformation()
    Returns Code Coverage data per test case.
getCodeCoverageInformation
in file TestCase.php, method PHPUnit2_Framework_TestCase::getCodeCoverageInformation()
    Returns the Code Coverage information provided by Xdebug.
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()
getLoader
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::getLoader()
    Returns the loader to be used.
generate
in file Skeleton.php, method PHPUnit2_Util_Skeleton::generate()
    Generates the test class' source.
getCanonicalFilename
in file Filter.php, method PHPUnit2_Util_Filter::getCanonicalFilename()
    Canonicalizes a source file name.
getFilteredCodeCoverage
in file Filter.php, method PHPUnit2_Util_Filter::getFilteredCodeCoverage()
    Filters source lines from PHPUnit classes.
getFilteredStacktrace
in file Filter.php, method PHPUnit2_Util_Filter::getFilteredStacktrace()
    Filters stack frames from PHPUnit classes.
top

h

header
in file Renderer.php, method PHPUnit2_Extensions_CodeCoverage_Renderer::header()
header
in file HTML.php, method PHPUnit2_Extensions_CodeCoverage_Renderer_HTML::header()
HTML.php
procedural page HTML.php
HTML.php
procedural page HTML.php
handleCodeCoverageInformation
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::handleCodeCoverageInformation()
top

i

isATestMethod
in file NamePrettifier.php, method PHPUnit2_Extensions_TestDox_NamePrettifier::isATestMethod()
    Tests if a method is a test method.
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.
isTestClass
in file IncludePathTestCollector.php, method PHPUnit2_Runner_IncludePathTestCollector::isTestClass()
    Considers a file to contain a test class when it contains the pattern "Test" in its name and its name ends with ".php".
IncludePathTestCollector.php
procedural page IncludePathTestCollector.php
isFiltered
in file Filter.php, method PHPUnit2_Util_Filter::isFiltered()
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

NamePrettifier.php
procedural page NamePrettifier.php
$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

o

onTest
in file Text.php, method PHPUnit2_Extensions_TestDox_ResultPrinter_Text::onTest()
    Handler for 'on test' event.
onTest
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::onTest()
    Handler for 'on test' event.
onTest
in file HTML.php, method PHPUnit2_Extensions_TestDox_ResultPrinter_HTML::onTest()
    Handler for 'on test' event.
top

p

$prefix
in file NamePrettifier.php, variable PHPUnit2_Extensions_TestDox_NamePrettifier::$prefix
$prettifier
in file ResultPrinter.php, variable PHPUnit2_Extensions_TestDox_ResultPrinter::$prettifier
pageFooter
in file HTML.php, class constant PHPUnit2_Extensions_CodeCoverage_Renderer_HTML::pageFooter
pageHeader
in file HTML.php, class constant PHPUnit2_Extensions_CodeCoverage_Renderer_HTML::pageHeader
PEAR.php
procedural page PEAR.php
PerformanceTestCase.php
procedural page PerformanceTestCase.php
PHPUnit2_Extensions_CodeCoverage_Renderer
in file Renderer.php, class PHPUnit2_Extensions_CodeCoverage_Renderer
    Abstract base class for Code Coverage renderers.
PHPUnit2_Extensions_CodeCoverage_Renderer_HTML
in file HTML.php, class PHPUnit2_Extensions_CodeCoverage_Renderer_HTML
    Renders Code Coverage information in HTML format.
PHPUnit2_Extensions_CodeCoverage_Renderer_Text
in file Text.php, class PHPUnit2_Extensions_CodeCoverage_Renderer_Text
    Renders Code Coverage information in text format.
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_Log_PEAR
in file PEAR.php, class PHPUnit2_Extensions_Log_PEAR
PHPUnit2_Extensions_Log_XML
in file XML.php, class PHPUnit2_Extensions_Log_XML
    A TestListener that generates an XML-based logfile of the test execution.
PHPUnit2_Extensions_PerformanceTestCase
in file PerformanceTestCase.php, class PHPUnit2_Extensions_PerformanceTestCase
    A TestCase that expects a TestCase to be executed meeting a given time limit.
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_TestDox_NamePrettifier
in file NamePrettifier.php, class PHPUnit2_Extensions_TestDox_NamePrettifier
    A prettifier for class names.
PHPUnit2_Extensions_TestDox_ResultPrinter
in file ResultPrinter.php, class PHPUnit2_Extensions_TestDox_ResultPrinter
PHPUnit2_Extensions_TestDox_ResultPrinter_HTML
in file HTML.php, class PHPUnit2_Extensions_TestDox_ResultPrinter_HTML
PHPUnit2_Extensions_TestDox_ResultPrinter_Text
in file Text.php, class PHPUnit2_Extensions_TestDox_ResultPrinter_Text
PHPUnit2_Extensions_TestSetup
in file TestSetup.php, class PHPUnit2_Extensions_TestSetup
    A Decorator to set up and tear down additional fixture state.
prettifyTestClass
in file NamePrettifier.php, method PHPUnit2_Extensions_TestDox_NamePrettifier::prettifyTestClass()
    Prettifies the name of a test class.
prettifyTestMethod
in file NamePrettifier.php, method PHPUnit2_Extensions_TestDox_NamePrettifier::prettifyTestMethod()
    Prettifies the name of a test method.
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_Error
in file Error.php, class PHPUnit2_Framework_Error
    Wrapper for PHP errors.
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 implemented.
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_IncludePathTestCollector
in file IncludePathTestCollector.php, class PHPUnit2_Runner_IncludePathTestCollector
    An implementation of a TestCollector that consults the include path set in the php.ini.
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
PHPUnit2_Util_Skeleton
in file Skeleton.php, class PHPUnit2_Util_Skeleton
    Class for creating a PHPUnit2_Framework_TestCase skeleton file.
top

r

Renderer.php
procedural page Renderer.php
RepeatedTest.php
procedural page RepeatedTest.php
ResultPrinter.php
procedural page ResultPrinter.php
render
in file Renderer.php, method PHPUnit2_Extensions_CodeCoverage_Renderer::render()
    Visualizes the result array of PHPUnit2_Framework_TestResult::getCodeCoverageInformation().
renderSourceFile
in file Text.php, method PHPUnit2_Extensions_CodeCoverage_Renderer_Text::renderSourceFile()
renderSourceFile
in file HTML.php, method PHPUnit2_Extensions_CodeCoverage_Renderer_HTML::renderSourceFile()
renderSourceFile
in file Renderer.php, method PHPUnit2_Extensions_CodeCoverage_Renderer::renderSourceFile()
renderToFile
in file Renderer.php, method PHPUnit2_Extensions_CodeCoverage_Renderer::renderToFile()
    Visualizes the result array of PHPUnit2_Framework_TestResult::getCodeCoverageInformation() and writes it to a file.
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.
run
in file TestSetup.php, method PHPUnit2_Extensions_TestSetup::run()
    Runs the decorated test and collects the result in a TestResult.
runTest
in file ExceptionTestCase.php, method PHPUnit2_Extensions_ExceptionTestCase::runTest()
runTest
in file PerformanceTestCase.php, method PHPUnit2_Extensions_PerformanceTestCase::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 TestSuite.php, method PHPUnit2_Framework_TestSuite::runTest()
    Runs a test.
runTest
in file TestCase.php, method PHPUnit2_Framework_TestCase::runTest()
    Override to run the test and assert its state.
reload
in file TestSuiteLoader.php, method PHPUnit2_Runner_TestSuiteLoader::reload()
reload
in file StandardTestSuiteLoader.php, method PHPUnit2_Runner_StandardTestSuiteLoader::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()
    Runs a single test and waits until the user types RETURN.
runFailed
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::runFailed()
    Override to define how to handle a failed loading of a test suite.
removeFileFromFilter
in file Filter.php, method PHPUnit2_Util_Filter::removeFileFromFilter()
    Removes a file from the filter.
top

s

$suffix
in file NamePrettifier.php, variable PHPUnit2_Extensions_TestDox_NamePrettifier::$suffix
setExpectedException
in file ExceptionTestCase.php, method PHPUnit2_Extensions_ExceptionTestCase::setExpectedException()
setPrefix
in file NamePrettifier.php, method PHPUnit2_Extensions_TestDox_NamePrettifier::setPrefix()
    Sets the prefix of test names.
setSuffix
in file NamePrettifier.php, method PHPUnit2_Extensions_TestDox_NamePrettifier::setSuffix()
    Sets the suffix of test names.
setUp
in file TestSetup.php, method PHPUnit2_Extensions_TestSetup::setUp()
    Sets up the fixture. Override to set up additional fixture state.
setWriteDocument
in file XML.php, method PHPUnit2_Extensions_Log_XML::setWriteDocument()
    Enables or disables the writing of the document in __destruct().
sourceFileFooter
in file HTML.php, class constant PHPUnit2_Extensions_CodeCoverage_Renderer_HTML::sourceFileFooter
sourceFileHeader
in file HTML.php, class constant PHPUnit2_Extensions_CodeCoverage_Renderer_HTML::sourceFileHeader
startClass
in file HTML.php, method PHPUnit2_Extensions_TestDox_ResultPrinter_HTML::startClass()
    Handler for 'start class' event.
startClass
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::startClass()
    Handler for 'start class' event.
startClass
in file Text.php, method PHPUnit2_Extensions_TestDox_ResultPrinter_Text::startClass()
    Handler for 'start class' event.
startRun
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::startRun()
    Handler for 'start run' event.
startRun
in file Text.php, method PHPUnit2_Extensions_TestDox_ResultPrinter_Text::startRun()
    Handler for 'start run' event.
startRun
in file HTML.php, method PHPUnit2_Extensions_TestDox_ResultPrinter_HTML::startRun()
    Handler for 'start run' event.
startSourceFile
in file Text.php, method PHPUnit2_Extensions_CodeCoverage_Renderer_Text::startSourceFile()
startSourceFile
in file Renderer.php, method PHPUnit2_Extensions_CodeCoverage_Renderer::startSourceFile()
startSourceFile
in file HTML.php, method PHPUnit2_Extensions_CodeCoverage_Renderer_HTML::startSourceFile()
startTest
in file XML.php, method PHPUnit2_Extensions_Log_XML::startTest()
    A test started.
startTest
in file PEAR.php, method PHPUnit2_Extensions_Log_PEAR::startTest()
    A test started.
startTest
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::startTest()
    A test started.
startTestSuite
in file XML.php, method PHPUnit2_Extensions_Log_XML::startTestSuite()
    A testsuite started.
startTestSuite
in file PEAR.php, method PHPUnit2_Extensions_Log_PEAR::startTestSuite()
    A testsuite started.
startTestSuite
in file ResultPrinter.php, method PHPUnit2_Extensions_TestDox_ResultPrinter::startTestSuite()
    A testsuite started.
setLooselyTyped
in file Assert.php, method PHPUnit2_Framework_Assert::setLooselyTyped()
setName
in file TestCase.php, method PHPUnit2_Framework_TestCase::setName()
    Sets the name of a TestCase.
setName
in file TestSuite.php, method PHPUnit2_Framework_TestSuite::setName()
    Sets the name of the suite.
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 TestResult.php, method PHPUnit2_Framework_TestResult::startTest()
    Informs the result that a test will be started.
startTest
in file TestListener.php, method PHPUnit2_Framework_TestListener::startTest()
    A test started.
startTestSuite
in file TestListener.php, method PHPUnit2_Framework_TestListener::startTestSuite()
    A testsuite started.
startTestSuite
in file TestResult.php, method PHPUnit2_Framework_TestResult::startTestSuite()
    Informs the result that a testsuite 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.
startTestSuite
in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::startTestSuite()
    A testsuite 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()
showError
in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::showError()
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.
startTestSuite
in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::startTestSuite()
    A testsuite started.
SUCCESS_EXIT
in file TestRunner.php, class constant PHPUnit2_TextUI_TestRunner::SUCCESS_EXIT
Skeleton.php
procedural page Skeleton.php
setTemplates
in file Skeleton.php, method PHPUnit2_Util_Skeleton::setTemplates()
    Sets the templates for class header, class footer, and method.
top

t

$test
in file TestDecorator.php, variable PHPUnit2_Extensions_TestDecorator::$test
    The Test to be decorated.
$testClass
in file ResultPrinter.php, variable PHPUnit2_Extensions_TestDox_ResultPrinter::$testClass
$testFailed
in file ResultPrinter.php, variable PHPUnit2_Extensions_TestDox_ResultPrinter::$testFailed
Text.php
procedural page Text.php
TestDecorator.php
procedural page TestDecorator.php
Text.php
procedural page Text.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.
$templateClassFooter
in file Skeleton.php, variable PHPUnit2_Util_Skeleton::$templateClassFooter
$templateClassHeader
in file Skeleton.php, variable PHPUnit2_Util_Skeleton::$templateClassHeader
$templateMethod
in file Skeleton.php, variable PHPUnit2_Util_Skeleton::$templateMethod
testClassFooter
in file Skeleton.php, method PHPUnit2_Util_Skeleton::testClassFooter()
testClassHeader
in file Skeleton.php, method PHPUnit2_Util_Skeleton::testClassHeader()
testMethod
in file Skeleton.php, method PHPUnit2_Util_Skeleton::testMethod()
top

u

$useSummary
in file Renderer.php, variable PHPUnit2_Extensions_CodeCoverage_Renderer::$useSummary
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 Skeleton.php, method PHPUnit2_Util_Skeleton::write()
    Generates the test class and writes it to a source file.
write
in file Printer.php, method PHPUnit2_Util_Printer::write()
top

x

XML.php
procedural page XML.php
top

Documentation generated on Mon, 11 Mar 2019 14:19:17 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.