Element index for package PHPUnit2
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ _ ]
_
- __construct
- in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::__construct()
Constructor.
- __construct
- in file TestCase.php, method PHPUnit2_Framework_TestCase::__construct()
Constructs a test case with the given name.
- __construct
- in file Skeleton.php, method PHPUnit2_Util_Skeleton::__construct()
Constructor.
- __construct
- in file TestFailure.php, method PHPUnit2_Framework_TestFailure::__construct()
Constructs a TestFailure with the given test and exception.
- __construct
- in file TestSuite.php, method PHPUnit2_Framework_TestSuite::__construct()
Constructs a new TestSuite:
- __construct
- in file XML.php, method PHPUnit2_Util_Log_XML::__construct()
Constructor.
- __construct
- in file Warning.php, method PHPUnit2_Framework_Warning::__construct()
- __construct
- in file Assert.php, method PHPUnit2_Framework_Assert::__construct()
Protect constructor since it is a static only class.
- __construct
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::__construct()
Constructor.
- __construct
- in file Error.php, method PHPUnit2_Framework_Error::__construct()
Constructor.
- __construct
- in file ComparisonFailure.php, method PHPUnit2_Framework_ComparisonFailure::__construct()
Constructs a comparison failure.
- __construct
- in file PEAR.php, method PHPUnit2_Util_Log_PEAR::__construct()
- __construct
- in file Printer.php, method PHPUnit2_Util_Printer::__construct()
Constructor.
- __construct
- in file RepeatedTest.php, method PHPUnit2_Extensions_RepeatedTest::__construct()
Constructor.
- __construct
- in file Renderer.php, method PHPUnit2_Util_CodeCoverage_Renderer::__construct()
Constructor.
- __destruct
- in file XML.php, method PHPUnit2_Util_Log_XML::__destruct()
Destructor.
- __destruct
- in file Printer.php, method PHPUnit2_Util_Printer::__destruct()
Destructor.
- __destruct
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::__destruct()
Destructor.
top
a
- add
- in file MoneyBag.php, method MoneyBag::add()
- add
- in file Money.php, method Money::add()
- add
- in file IMoney.php, function add()
Money Interface.
- addError
- in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::addError()
An error occurred.
- addError
- in file TestListener.php, function addError()
An error occurred.
- addError
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::addError()
An error occurred.
- addError
- in file PEAR.php, method PHPUnit2_Util_Log_PEAR::addError()
An error occurred.
- addError
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::addError()
An error occurred.
- addError
- in file TestListenerTest.php, method Framework_TestListenerTest::addError()
- addError
- in file TestResult.php, method PHPUnit2_Framework_TestResult::addError()
Adds an error to the list of errors.
- addError
- in file XML.php, method PHPUnit2_Util_Log_XML::addError()
An error occurred.
- addFailure
- in file PEAR.php, method PHPUnit2_Util_Log_PEAR::addFailure()
A failure occurred.
- addFailure
- in file XML.php, method PHPUnit2_Util_Log_XML::addFailure()
A failure occurred.
- addFailure
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::addFailure()
A failure occurred.
- addFailure
- in file TestResult.php, method PHPUnit2_Framework_TestResult::addFailure()
Adds a failure to the list of failures.
- addFailure
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::addFailure()
A failure occurred.
- addFailure
- in file TestListenerTest.php, method Framework_TestListenerTest::addFailure()
- addFailure
- in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::addFailure()
A failure occurred.
- addFileToFilter
- in file Filter.php, method PHPUnit2_Util_Filter::addFileToFilter()
Adds a new file to be filtered.
- addIncompleteTest
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::addIncompleteTest()
Incomplete test.
- addIncompleteTest
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::addIncompleteTest()
Incomplete test.
- addIncompleteTest
- in file XML.php, method PHPUnit2_Util_Log_XML::addIncompleteTest()
Incomplete test.
- addIncompleteTest
- in file TestListenerTest.php, method Framework_TestListenerTest::addIncompleteTest()
- addIncompleteTest
- in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::addIncompleteTest()
Incomplete test.
- addIncompleteTest
- in file PEAR.php, method PHPUnit2_Util_Log_PEAR::addIncompleteTest()
Incomplete test.
- addListener
- in file TestResult.php, method PHPUnit2_Framework_TestResult::addListener()
Registers a TestListener.
- addMoney
- in file MoneyBag.php, method MoneyBag::addMoney()
- addMoney
- in file Money.php, method Money::addMoney()
- addMoneyBag
- in file MoneyBag.php, method MoneyBag::addMoneyBag()
- addMoneyBag
- in file Money.php, method Money::addMoneyBag()
- addTest
- in file TestSuite.php, method PHPUnit2_Framework_TestSuite::addTest()
Adds a test to the suite.
- addTestFile
- in file TestSuite.php, method PHPUnit2_Framework_TestSuite::addTestFile()
Wraps both 1 addTest()
and 1 addTestSuite
as well as the separate import statements for the user's convenience.
- addTestFiles
- in file TestSuite.php, method PHPUnit2_Framework_TestSuite::addTestFiles()
Wrapper for addTestFile() that adds multiple test files.
- 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.
- AllTests
- in file AllTests.php, class AllTests
- amount
- in file Money.php, method Money::amount()
- append
- in file IncludePathTestCollector.php, method AppendIterator::append()
- appendBag
- in file MoneyBag.php, method MoneyBag::appendBag()
- AppendIterator
- in file IncludePathTestCollector.php, class AppendIterator
PHP Version 5
- appendMoney
- in file MoneyBag.php, method MoneyBag::appendMoney()
- appendTo
- in file MoneyBag.php, method MoneyBag::appendTo()
- appendTo
- in file Money.php, method Money::appendTo()
- 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.
- assertNotEquals
- in file Assert.php, method PHPUnit2_Framework_Assert::assertNotEquals()
Asserts that two variables are not equal.
- 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 have the same type and value.
- 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 have the same type and value.
- 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.
- AssertionFailedError.php
- procedural page AssertionFailedError.php
- Assert.php
- procedural page Assert.php
- AllTests.php
- procedural page AllTests.php
- AllTests.php
- procedural page AllTests.php
- AllTests.php
- procedural page AllTests.php
- AssertTest.php
- procedural page AssertTest.php
- AllTests.php
- procedural page AllTests.php
- AllTests.php
- procedural page AllTests.php
top
top
c
- checkAndLoad
- in file Fileloader.php, method PHPUnit2_Util_Fileloader::checkAndLoad()
Checks if a PHP sourcefile is readable and contains no syntax errors.
- clearStatus
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::clearStatus()
Clears the status message.
- collectCodeCoverageInformation
- in file TestResult.php, method PHPUnit2_Framework_TestResult::collectCodeCoverageInformation()
Enables or disables the collection of Code Coverage information.
- collectTests
- in file IncludePathTestCollector.php, method PHPUnit2_Runner_IncludePathTestCollector::collectTests()
- collectTests
- in file TestCollector.php, function collectTests()
- contains
- in file MoneyBag.php, method MoneyBag::contains()
- 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 TestCase.php, method PHPUnit2_Framework_TestCase::countTestCases()
Counts the number of test cases executed by run(TestResult result).
- 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 TestSuite.php, method PHPUnit2_Framework_TestSuite::countTestCases()
Counts the number of test cases that will be run by this test.
- countTestCases
- in file Test.php, function countTestCases()
Counts the number of test cases that will be run by this test.
- countTestCases
- in file DoubleTestCase.php, method DoubleTestCase::countTestCases()
- create
- in file MoneyBag.php, method MoneyBag::create()
- createResult
- in file TestSuite.php, method PHPUnit2_Framework_TestSuite::createResult()
Creates a default TestResult object.
- createResult
- in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::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()
- createTestResult
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::createTestResult()
- currency
- in file Money.php, method Money::currency()
- current
- in file IncludePathTestCollector.php, method AppendIterator::current()
- current
- in file TestIterator.php, method TestIterator::current()
- ComparisonFailure.php
- procedural page ComparisonFailure.php
- ComparisonFailureTest.php
- procedural page ComparisonFailureTest.php
top
top
e
- endClass
- in file Text.php, method PHPUnit2_Util_TestDox_ResultPrinter_Text::endClass()
Handler for 'end class' event.
- endClass
- in file HTML.php, method PHPUnit2_Util_TestDox_ResultPrinter_HTML::endClass()
Handler for 'end class' event.
- endRun
- in file HTML.php, method PHPUnit2_Util_TestDox_ResultPrinter_HTML::endRun()
Handler for 'end run' event.
- endSourceFile
- in file HTML.php, method PHPUnit2_Util_CodeCoverage_Renderer_HTML::endSourceFile()
- endSourceFile
- in file Renderer.php, method PHPUnit2_Util_CodeCoverage_Renderer::endSourceFile()
- endSourceFile
- in file Text.php, method PHPUnit2_Util_CodeCoverage_Renderer_Text::endSourceFile()
- endTest
- in file TestListenerTest.php, method Framework_TestListenerTest::endTest()
- endTest
- in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::endTest()
A test ended.
- endTest
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::endTest()
A test ended.
- endTest
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::endTest()
A test ended.
- endTest
- in file PEAR.php, method PHPUnit2_Util_Log_PEAR::endTest()
A test ended.
- endTest
- in file XML.php, method PHPUnit2_Util_Log_XML::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 ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::endTestSuite()
A testsuite ended.
- endTestSuite
- in file TestListenerTest.php, method Framework_TestListenerTest::endTestSuite()
- endTestSuite
- in file XML.php, method PHPUnit2_Util_Log_XML::endTestSuite()
A testsuite ended.
- endTestSuite
- in file TestResult.php, method PHPUnit2_Framework_TestResult::endTestSuite()
Informs the result that a testsuite was completed.
- endTestSuite
- in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::endTestSuite()
A testsuite ended.
- endTestSuite
- in file PEAR.php, method PHPUnit2_Util_Log_PEAR::endTestSuite()
A test suite ended.
- endTestSuite
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::endTestSuite()
A testsuite ended.
- equals
- in file Money.php, method Money::equals()
- equals
- in file MoneyBag.php, method MoneyBag::equals()
- Error
- in file Error.php, class Error
- 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.
- Extensions_AllTests
- in file AllTests.php, class Extensions_AllTests
- Extensions_ExceptionTestCaseTest
- in file ExceptionTestCaseTest.php, class Extensions_ExceptionTestCaseTest
- Extensions_ExtensionTest
- in file ExtensionTest.php, class Extensions_ExtensionTest
- Extensions_PerformanceTestCaseTest
- in file PerformanceTestCaseTest.php, class Extensions_PerformanceTestCaseTest
- Extensions_RepeatedTestTest
- in file RepeatedTestTest.php, class Extensions_RepeatedTestTest
- ExceptionTestCase.php
- procedural page ExceptionTestCase.php
- Error.php
- procedural page Error.php
- Error.php
- procedural page Error.php
- ExceptionTestCaseTest.php
- procedural page ExceptionTestCaseTest.php
- ExtensionTest.php
- procedural page ExtensionTest.php
- ErrorHandler.php
- procedural page ErrorHandler.php
top
f
- factory
- in file Renderer.php, method PHPUnit2_Util_CodeCoverage_Renderer::factory()
Abstract Factory.
- factory
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::factory()
Abstract Factory.
- 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.
- Failure
- in file Failure.php, class Failure
- 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.
- findMoney
- in file MoneyBag.php, method MoneyBag::findMoney()
- footer
- in file Renderer.php, method PHPUnit2_Util_CodeCoverage_Renderer::footer()
- footer
- in file HTML.php, method PHPUnit2_Util_CodeCoverage_Renderer_HTML::footer()
- format
- in file Assert.php, method PHPUnit2_Framework_Assert::format()
- Framework_AllTests
- in file AllTests.php, class Framework_AllTests
- Framework_AssertTest
- in file AssertTest.php, class Framework_AssertTest
- Framework_ComparisonFailureTest
- in file ComparisonFailureTest.php, class Framework_ComparisonFailureTest
- Framework_SuiteTest
- in file SuiteTest.php, class Framework_SuiteTest
- Framework_TestCaseTest
- in file TestCaseTest.php, class Framework_TestCaseTest
- Framework_TestImplementorTest
- in file TestImplementorTest.php, class Framework_TestImplementorTest
- Framework_TestListenerTest
- in file TestListenerTest.php, class Framework_TestListenerTest
- Failure.php
- procedural page Failure.php
- Fileloader.php
- procedural page Fileloader.php
- Filter.php
- procedural page Filter.php
top
g
- generate
- in file Skeleton.php, method PHPUnit2_Util_Skeleton::generate()
Generates the test class' source.
- getBalance
- in file BankAccount.php, method BankAccount::getBalance()
Returns the bank account's balance.
- getCanonicalFilename
- in file Filter.php, method PHPUnit2_Util_Filter::getCanonicalFilename()
Canonicalizes a source file name.
- getCodeCoverageInformation
- in file TestResult.php, method PHPUnit2_Framework_TestResult::getCodeCoverageInformation()
Returns Code Coverage data per test case.
- getExpectedException
- in file ExceptionTestCase.php, method PHPUnit2_Extensions_ExceptionTestCase::getExpectedException()
- 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.
- getInnerIterator
- in file IncludePathTestCollector.php, method AppendIterator::getInnerIterator()
- getLoader
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::getLoader()
Returns the loader to be used.
- getLoader
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::getLoader()
Returns the loader to be used.
- getMaxRunningTime
- in file PerformanceTestCase.php, method PHPUnit2_Extensions_PerformanceTestCase::getMaxRunningTime()
- getName
- in file TestCase.php, method PHPUnit2_Framework_TestCase::getName()
Gets the name of a TestCase.
- getName
- in file TestSuite.php, method PHPUnit2_Framework_TestSuite::getName()
Returns the name of the suite.
- getSummary
- in file Renderer.php, method PHPUnit2_Util_CodeCoverage_Renderer::getSummary()
Returns summarized Code Coverage data.
- getTest
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::getTest()
Returns the Test corresponding to the given suite.
- getTest
- in file TestDecorator.php, method PHPUnit2_Extensions_TestDecorator::getTest()
Returns the test to be run.
- getVersionString
- in file Version.php, method PHPUnit2_Runner_Version::getVersionString()
- getXML
- in file XML.php, method PHPUnit2_Util_Log_XML::getXML()
Returns the XML as a string.
top
top
top
top
top
m
- main
- in file AllTests.php, method Util_TestDox_AllTests::main()
- main
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::main()
- main
- in file AllTests.php, method Extensions_AllTests::main()
- main
- in file AllTests.php, method Framework_AllTests::main()
- main
- in file AllTests.php, method AllTests::main()
- main
- in file AllTests.php, method Runner_AllTests::main()
- MockRunner
- in file MockRunner.php, class MockRunner
- Money
- in file Money.php, class Money
A Money.
- MoneyBag
- in file MoneyBag.php, class MoneyBag
A MoneyBag.
- MoneyTest
- in file MoneyTest.php, class MoneyTest
Tests for the Money and MoneyBag classes.
- monies
- in file MoneyBag.php, method MoneyBag::monies()
- multiply
- in file Money.php, method Money::multiply()
- multiply
- in file MoneyBag.php, method MoneyBag::multiply()
- MoneyBag.php
- procedural page MoneyBag.php
- MoneyTest.php
- procedural page MoneyTest.php
- Money.php
- procedural page Money.php
- MockRunner.php
- procedural page MockRunner.php
top
n
- negate
- in file Money.php, method Money::negate()
- negate
- in file MoneyBag.php, method MoneyBag::negate()
- next
- in file IncludePathTestCollector.php, method AppendIterator::next()
- next
- in file TestIterator.php, method TestIterator::next()
- nextColumn
- in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::nextColumn()
- NoArgTestCaseTest
- in file NoArgTestCaseTest.php, class NoArgTestCaseTest
- NonStatic
- in file NonStatic.php, class NonStatic
- noTestCase
- in file NoTestCases.php, method NoTestCases::noTestCase()
- noTestCase
- in file OneTestCase.php, method OneTestCase::noTestCase()
- NoTestCaseClass
- in file NoTestCaseClass.php, class NoTestCaseClass
- NoTestCases
- in file NoTestCases.php, class NoTestCases
- 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.
- NotPublicTestCase
- in file NotPublicTestCase.php, class NotPublicTestCase
- NotVoidTestCase
- in file NotVoidTestCase.php, class NotVoidTestCase
- NoArgTestCaseTest.php
- procedural page NoArgTestCaseTest.php
- NonStatic.php
- procedural page NonStatic.php
- NoTestCaseClass.php
- procedural page NoTestCaseClass.php
- NoTestCases.php
- procedural page NoTestCases.php
- NotPublicTestCase.php
- procedural page NotPublicTestCase.php
- NotVoidTestCase.php
- procedural page NotVoidTestCase.php
- NamePrettifierTest.php
- procedural page NamePrettifierTest.php
- NamePrettifier.php
- procedural page NamePrettifier.php
top
top
p
- pause
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::pause()
- PerformanceTestCase.php
- procedural page PerformanceTestCase.php
- PerformanceTestCaseTest.php
- procedural page PerformanceTestCaseTest.php
- PEAR.php
- procedural page PEAR.php
- Printer.php
- procedural page Printer.php
- PHPUnit2_Extensions_ExceptionTestCase
- in file ExceptionTestCase.php, class PHPUnit2_Extensions_ExceptionTestCase
A TestCase that expects a specified Exception to be thrown.
- 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_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_Error
- in file Error.php, class PHPUnit2_Framework_Error
Wrapper for PHP errors.
- 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_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_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
A warning.
- PHPUnit2_MAIN_METHOD
- in file AllTests.php, constant PHPUnit2_MAIN_METHOD
- 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_Version
- in file Version.php, class PHPUnit2_Runner_Version
This class defines the current version of PHPUnit.
- PHPUnit2_TextUI_ResultPrinter
- in file ResultPrinter.php, class PHPUnit2_TextUI_ResultPrinter
Prints the result of a TextUI TestRunner run.
- PHPUnit2_TextUI_TestRunner
- in file TestRunner.php, class PHPUnit2_TextUI_TestRunner
A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.
- PHPUnit2_Util_CodeCoverage_Renderer
- in file Renderer.php, class PHPUnit2_Util_CodeCoverage_Renderer
Abstract base class for Code Coverage renderers.
- PHPUnit2_Util_CodeCoverage_Renderer_HTML
- in file HTML.php, class PHPUnit2_Util_CodeCoverage_Renderer_HTML
Renders Code Coverage information in HTML format.
- PHPUnit2_Util_CodeCoverage_Renderer_Text
- in file Text.php, class PHPUnit2_Util_CodeCoverage_Renderer_Text
Renders Code Coverage information in text format.
- PHPUnit2_Util_ErrorHandler
- in file ErrorHandler.php, function PHPUnit2_Util_ErrorHandler()
- PHPUnit2_Util_Fileloader
- in file Fileloader.php, class PHPUnit2_Util_Fileloader
- PHPUnit2_Util_Filter
- in file Filter.php, class PHPUnit2_Util_Filter
Utility class for code filtering.
- PHPUnit2_Util_Log_PEAR
- in file PEAR.php, class PHPUnit2_Util_Log_PEAR
A TestListener that logs to a PEAR_Log sink.
- PHPUnit2_Util_Log_XML
- in file XML.php, class PHPUnit2_Util_Log_XML
A TestListener that generates an XML-based logfile of the test execution.
- PHPUnit2_Util_Printer
- in file Printer.php, class PHPUnit2_Util_Printer
Utility class that can print to STDOUT or write to a file.
- PHPUnit2_Util_Skeleton
- in file Skeleton.php, class PHPUnit2_Util_Skeleton
Class for creating a PHPUnit2_Framework_TestCase skeleton file.
- PHPUnit2_Util_TestDox_NamePrettifier
- in file NamePrettifier.php, class PHPUnit2_Util_TestDox_NamePrettifier
Prettifies class and method names for use in TestDox documentation.
- PHPUnit2_Util_TestDox_ResultPrinter
- in file ResultPrinter.php, class PHPUnit2_Util_TestDox_ResultPrinter
Base class for printers of TestDox documentation.
- PHPUnit2_Util_TestDox_ResultPrinter_HTML
- in file HTML.php, class PHPUnit2_Util_TestDox_ResultPrinter_HTML
Prints TestDox documentation in HTML format.
- PHPUnit2_Util_TestDox_ResultPrinter_Text
- in file Text.php, class PHPUnit2_Util_TestDox_ResultPrinter_Text
Prints TestDox documentation in text format.
- prettifyTestClass
- in file NamePrettifier.php, method PHPUnit2_Util_TestDox_NamePrettifier::prettifyTestClass()
Prettifies the name of a test class.
- prettifyTestMethod
- in file NamePrettifier.php, method PHPUnit2_Util_TestDox_NamePrettifier::prettifyTestMethod()
Prettifies the name of a test method.
- 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()
top
r
- RepeatedTest.php
- procedural page RepeatedTest.php
- RepeatedTestTest.php
- procedural page RepeatedTestTest.php
- ResultPrinter.php
- procedural page ResultPrinter.php
- Renderer.php
- procedural page Renderer.php
- ResultPrinter.php
- procedural page ResultPrinter.php
- reload
- in file StandardTestSuiteLoader.php, method PHPUnit2_Runner_StandardTestSuiteLoader::reload()
- removeFileFromFilter
- in file Filter.php, method PHPUnit2_Util_Filter::removeFileFromFilter()
Removes a file from the filter.
- removeListener
- in file TestResult.php, method PHPUnit2_Framework_TestResult::removeListener()
Unregisters a TestListener.
- render
- in file Renderer.php, method PHPUnit2_Util_CodeCoverage_Renderer::render()
Visualizes the result array of PHPUnit2_Framework_TestResult::getCodeCoverageInformation().
- renderSourceFile
- in file Renderer.php, method PHPUnit2_Util_CodeCoverage_Renderer::renderSourceFile()
- renderSourceFile
- in file HTML.php, method PHPUnit2_Util_CodeCoverage_Renderer_HTML::renderSourceFile()
- renderSourceFile
- in file Text.php, method PHPUnit2_Util_CodeCoverage_Renderer_Text::renderSourceFile()
- renderToFile
- in file Renderer.php, method PHPUnit2_Util_CodeCoverage_Renderer::renderToFile()
Visualizes the result array of PHPUnit2_Framework_TestResult::getCodeCoverageInformation() and writes it to a file.
- rewind
- in file IncludePathTestCollector.php, method AppendIterator::rewind()
- rewind
- in file TestIterator.php, method TestIterator::rewind()
- run
- in file TestSuite.php, method PHPUnit2_Framework_TestSuite::run()
Runs the tests and collects their result in a TestResult.
- run
- in file DoubleTestCase.php, method DoubleTestCase::run()
- 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 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.
- run
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::run()
- run
- in file TestResult.php, method PHPUnit2_Framework_TestResult::run()
Runs a TestCase.
- run
- in file RepeatedTest.php, method PHPUnit2_Extensions_RepeatedTest::run()
Runs the decorated test and collects the result in a TestResult.
- runAndWait
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::runAndWait()
Runs a single test and waits until the user types RETURN.
- 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.
- runFailed
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::runFailed()
Override to define how to handle a failed loading of a test suite.
- runFailed
- in file MockRunner.php, method MockRunner::runFailed()
- runFailed
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::runFailed()
Override to define how to handle a failed loading of a test suite.
- Runner_AllTests
- in file AllTests.php, class Runner_AllTests
- Runner_BaseTestRunnerTest
- in file BaseTestRunnerTest.php, class Runner_BaseTestRunnerTest
- runTest
- in file Failure.php, method Failure::runTest()
- runTest
- in file PerformanceTestCase.php, method PHPUnit2_Extensions_PerformanceTestCase::runTest()
- runTest
- in file WasRun.php, method WasRun::runTest()
- runTest
- in file Success.php, method Success::runTest()
- runTest
- in file Error.php, method Error::runTest()
- runTest
- in file TornDown2.php, method TornDown2::runTest()
- runTest
- in file TestSuite.php, method PHPUnit2_Framework_TestSuite::runTest()
Runs a test.
- runTest
- in file TornDown3.php, method TornDown3::runTest()
- runTest
- in file ExceptionTestCase.php, method PHPUnit2_Extensions_ExceptionTestCase::runTest()
- runTest
- in file TestCase.php, method PHPUnit2_Framework_TestCase::runTest()
Override to run the test and assert its state.
- runTest
- in file Warning.php, method PHPUnit2_Framework_Warning::runTest()
top
s
- StandardTestSuiteLoader.php
- procedural page StandardTestSuiteLoader.php
- SuiteTest.php
- procedural page SuiteTest.php
- SetupFailure.php
- procedural page SetupFailure.php
- Sleep.php
- procedural page Sleep.php
- Success.php
- procedural page Success.php
- Skeleton.php
- procedural page Skeleton.php
- setBalance
- in file BankAccount.php, method BankAccount::setBalance()
Sets the bank account's balance.
- setExpectedException
- in file ExceptionTestCase.php, method PHPUnit2_Extensions_ExceptionTestCase::setExpectedException()
- setLooselyTyped
- in file Assert.php, method PHPUnit2_Framework_Assert::setLooselyTyped()
- setMaxRunningTime
- in file PerformanceTestCase.php, method PHPUnit2_Extensions_PerformanceTestCase::setMaxRunningTime()
- 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.
- setPrefix
- in file NamePrettifier.php, method PHPUnit2_Util_TestDox_NamePrettifier::setPrefix()
Sets the prefix of test names.
- setPrinter
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::setPrinter()
- setSuffix
- in file NamePrettifier.php, method PHPUnit2_Util_TestDox_NamePrettifier::setSuffix()
Sets the suffix of test names.
- setTemplates
- in file Skeleton.php, method PHPUnit2_Util_Skeleton::setTemplates()
Sets the templates for class header, class footer, and method.
- setUp
- in file TornDown4.php, method TornDown4::setUp()
- setUp
- in file TornDown6.php, method TornDown6::setUp()
- setUp
- in file SetupFailure.php, method SetupFailure::setUp()
- setUp
- in file TestListenerTest.php, method Framework_TestListenerTest::setUp()
- setUp
- in file NamePrettifierTest.php, method Util_TestDox_NamePrettifierTest::setUp()
- setUp
- in file TestSetup.php, method PHPUnit2_Extensions_TestSetup::setUp()
Sets up the fixture. Override to set up additional fixture state.
- setUp
- in file MoneyTest.php, method MoneyTest::setUp()
- setUp
- in file TestCase.php, method PHPUnit2_Framework_TestCase::setUp()
Sets up the fixture, for example, open a network connection.
- setUp
- in file SuiteTest.php, method Framework_SuiteTest::setUp()
- setUp
- in file BankAccountTest.php, method BankAccountTest::setUp()
Sets up the test fixture.
- SetupFailure
- in file SetupFailure.php, class SetupFailure
- setWriteDocument
- in file XML.php, method PHPUnit2_Util_Log_XML::setWriteDocument()
Enables or disables the writing of the document in __destruct().
- shouldStop
- in file TestResult.php, method PHPUnit2_Framework_TestResult::shouldStop()
Checks whether the test run should stop.
- showError
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::showError()
- showHelp
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::showHelp()
- simplify
- in file MoneyBag.php, method MoneyBag::simplify()
- Sleep
- in file Sleep.php, class Sleep
- start
- in file TestRunner.php, method PHPUnit2_TextUI_TestRunner::start()
- startClass
- in file Text.php, method PHPUnit2_Util_TestDox_ResultPrinter_Text::startClass()
Handler for 'start class' event.
- startClass
- in file HTML.php, method PHPUnit2_Util_TestDox_ResultPrinter_HTML::startClass()
Handler for 'start class' event.
- startClass
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::startClass()
Handler for 'start class' event.
- startRun
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::startRun()
Handler for 'start run' event.
- startRun
- in file HTML.php, method PHPUnit2_Util_TestDox_ResultPrinter_HTML::startRun()
Handler for 'start run' event.
- startSourceFile
- in file HTML.php, method PHPUnit2_Util_CodeCoverage_Renderer_HTML::startSourceFile()
- startSourceFile
- in file Text.php, method PHPUnit2_Util_CodeCoverage_Renderer_Text::startSourceFile()
- startSourceFile
- in file Renderer.php, method PHPUnit2_Util_CodeCoverage_Renderer::startSourceFile()
- startTest
- in file PEAR.php, method PHPUnit2_Util_Log_PEAR::startTest()
A test started.
- startTest
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::startTest()
A test started.
- startTest
- in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::startTest()
A test started.
- startTest
- in file XML.php, method PHPUnit2_Util_Log_XML::startTest()
A test started.
- startTest
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::startTest()
A test started.
- startTest
- in file TestListenerTest.php, method Framework_TestListenerTest::startTest()
- startTest
- in file TestResult.php, method PHPUnit2_Framework_TestResult::startTest()
Informs the result that a test will be started.
- startTestSuite
- in file PEAR.php, method PHPUnit2_Util_Log_PEAR::startTestSuite()
A test suite started.
- startTestSuite
- in file TestListenerTest.php, method Framework_TestListenerTest::startTestSuite()
- startTestSuite
- in file ResultPrinter.php, method PHPUnit2_Util_TestDox_ResultPrinter::startTestSuite()
A testsuite started.
- startTestSuite
- in file TestResult.php, method PHPUnit2_Framework_TestResult::startTestSuite()
Informs the result that a testsuite will be started.
- startTestSuite
- in file XML.php, method PHPUnit2_Util_Log_XML::startTestSuite()
A testsuite started.
- startTestSuite
- in file BaseTestRunner.php, method PHPUnit2_Runner_BaseTestRunner::startTestSuite()
A testsuite started.
- startTestSuite
- in file ResultPrinter.php, method PHPUnit2_TextUI_ResultPrinter::startTestSuite()
A testsuite started.
- stop
- in file TestResult.php, method PHPUnit2_Framework_TestResult::stop()
Marks that the test run should stop.
- subtract
- in file MoneyBag.php, method MoneyBag::subtract()
- subtract
- in file Money.php, method Money::subtract()
- Success
- in file Success.php, class Success
- suite
- in file NonStatic.php, method NonStatic::suite()
- suite
- in file AllTests.php, method Extensions_AllTests::suite()
- suite
- in file SuiteTest.php, method Framework_SuiteTest::suite()
- suite
- in file AllTests.php, method Runner_AllTests::suite()
- suite
- in file AllTests.php, method Util_TestDox_AllTests::suite()
- suite
- in file AllTests.php, method AllTests::suite()
- suite
- in file AllTests.php, method Framework_AllTests::suite()
top
t
- TestDecorator.php
- procedural page TestDecorator.php
- TestSetup.php
- procedural page TestSetup.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
- Test.php
- procedural page Test.php
- TestCollector.php
- procedural page TestCollector.php
- TestSuiteLoader.php
- procedural page TestSuiteLoader.php
- TestCaseTest.php
- procedural page TestCaseTest.php
- TestImplementorTest.php
- procedural page TestImplementorTest.php
- TestListenerTest.php
- procedural page TestListenerTest.php
- TearDownFailure.php
- procedural page TearDownFailure.php
- TestIterator.php
- procedural page TestIterator.php
- ThrowExceptionTestCase.php
- procedural page ThrowExceptionTestCase.php
- ThrowNoExceptionTestCase.php
- procedural page ThrowNoExceptionTestCase.php
- TornDown2.php
- procedural page TornDown2.php
- TornDown3.php
- procedural page TornDown3.php
- TornDown4.php
- procedural page TornDown4.php
- TornDown5.php
- procedural page TornDown5.php
- TornDown6.php
- procedural page TornDown6.php
- TornDown.php
- procedural page TornDown.php
- TestRunner.php
- procedural page TestRunner.php
- Text.php
- procedural page Text.php
- Text.php
- procedural page Text.php
- tearDown
- in file TearDownFailure.php, method TearDownFailure::tearDown()
- tearDown
- in file TestSetup.php, method PHPUnit2_Extensions_TestSetup::tearDown()
Tears down the fixture. Override to tear down the additional fixture state.
- tearDown
- in file TornDown5.php, method TornDown5::tearDown()
- tearDown
- in file TestCase.php, method PHPUnit2_Framework_TestCase::tearDown()
Tears down the fixture, for example, close a network connection.
- tearDown
- in file TornDown2.php, method TornDown2::tearDown()
- tearDown
- in file TornDown.php, method TornDown::tearDown()
- tearDown
- in file TornDown3.php, method TornDown3::tearDown()
- TearDownFailure
- in file TearDownFailure.php, class TearDownFailure
- test
- in file ThrowNoExceptionTestCase.php, method ThrowNoExceptionTestCase::test()
- test
- in file ThrowExceptionTestCase.php, method ThrowExceptionTestCase::test()
- test2
- in file InheritedTestCase.php, method InheritedTestCase::test2()
- testAddTestSuite
- in file SuiteTest.php, method Framework_SuiteTest::testAddTestSuite()
- testAssertArrayContainsObject
- in file AssertTest.php, method Framework_AssertTest::testAssertArrayContainsObject()
- testAssertArrayContainsString
- in file AssertTest.php, method Framework_AssertTest::testAssertArrayContainsString()
- testAssertArrayNotContainsObject
- in file AssertTest.php, method Framework_AssertTest::testAssertArrayNotContainsObject()
- testAssertArrayNotContainsString
- in file AssertTest.php, method Framework_AssertTest::testAssertArrayNotContainsString()
- testAssertEqualsArray
- in file AssertTest.php, method Framework_AssertTest::testAssertEqualsArray()
- testAssertEqualsFloat
- in file AssertTest.php, method Framework_AssertTest::testAssertEqualsFloat()
- testAssertEqualsFloatDelta
- in file AssertTest.php, method Framework_AssertTest::testAssertEqualsFloatDelta()
- testAssertEqualsInteger
- in file AssertTest.php, method Framework_AssertTest::testAssertEqualsInteger()
- testAssertEqualsObject
- in file AssertTest.php, method Framework_AssertTest::testAssertEqualsObject()
- testAssertEqualsString
- in file AssertTest.php, method Framework_AssertTest::testAssertEqualsString()
- testAssertFalse
- in file AssertTest.php, method Framework_AssertTest::testAssertFalse()
- testAssertIteratorContainsObject
- in file AssertTest.php, method Framework_AssertTest::testAssertIteratorContainsObject()
- testAssertIteratorContainsString
- in file AssertTest.php, method Framework_AssertTest::testAssertIteratorContainsString()
- testAssertNotEqualsArray
- in file AssertTest.php, method Framework_AssertTest::testAssertNotEqualsArray()
- testAssertNotEqualsFloat
- in file AssertTest.php, method Framework_AssertTest::testAssertNotEqualsFloat()
- testAssertNotEqualsFloatDelta
- in file AssertTest.php, method Framework_AssertTest::testAssertNotEqualsFloatDelta()
- testAssertNotEqualsInteger
- in file AssertTest.php, method Framework_AssertTest::testAssertNotEqualsInteger()
- testAssertNotEqualsObject
- in file AssertTest.php, method Framework_AssertTest::testAssertNotEqualsObject()
- testAssertNotEqualsString
- in file AssertTest.php, method Framework_AssertTest::testAssertNotEqualsString()
- testAssertNotNull
- in file AssertTest.php, method Framework_AssertTest::testAssertNotNull()
- testAssertNotSame
- in file AssertTest.php, method Framework_AssertTest::testAssertNotSame()
- testAssertNotSameFailsNull
- in file AssertTest.php, method Framework_AssertTest::testAssertNotSameFailsNull()
- testAssertNotTypeClass
- in file AssertTest.php, method Framework_AssertTest::testAssertNotTypeClass()
- testAssertNotTypeInteger
- in file AssertTest.php, method Framework_AssertTest::testAssertNotTypeInteger()
- testAssertNotTypeString
- in file AssertTest.php, method Framework_AssertTest::testAssertNotTypeString()
- testAssertNull
- in file AssertTest.php, method Framework_AssertTest::testAssertNull()
- testAssertSame
- in file AssertTest.php, method Framework_AssertTest::testAssertSame()
- testAssertStringContainsString
- in file AssertTest.php, method Framework_AssertTest::testAssertStringContainsString()
- testAssertStringNotContainsString
- in file AssertTest.php, method Framework_AssertTest::testAssertStringNotContainsString()
- testAssertTrue
- in file AssertTest.php, method Framework_AssertTest::testAssertTrue()
- testAssertTypeClass
- in file AssertTest.php, method Framework_AssertTest::testAssertTypeClass()
- testAssertTypeInteger
- in file AssertTest.php, method Framework_AssertTest::testAssertTypeInteger()
- testAssertTypeString
- in file AssertTest.php, method Framework_AssertTest::testAssertTypeString()
- testAt
- in file TestSuite.php, method PHPUnit2_Framework_TestSuite::testAt()
Returns the test at the given index.
- testBagMultiply
- in file MoneyTest.php, method MoneyTest::testBagMultiply()
- testBagNegate
- in file MoneyTest.php, method MoneyTest::testBagNegate()
- testBagNotEquals
- in file MoneyTest.php, method MoneyTest::testBagNotEquals()
- testBagSimpleAdd
- in file MoneyTest.php, method MoneyTest::testBagSimpleAdd()
- testBagSubtract
- in file MoneyTest.php, method MoneyTest::testBagSubtract()
- testBagSumAdd
- in file MoneyTest.php, method MoneyTest::testBagSumAdd()
- testBalanceCannotBecomeNegative
- in file BankAccountTest.php, method BankAccountTest::testBalanceCannotBecomeNegative()
Asserts that the balance cannot become negative.
- testBalanceCannotBecomeNegative2
- in file BankAccountTest.php, method BankAccountTest::testBalanceCannotBecomeNegative2()
Asserts that the balance cannot become negative.
- testBalanceCannotBecomeNegative3
- in file BankAccountTest.php, method BankAccountTest::testBalanceCannotBecomeNegative3()
Asserts that the balance cannot become negative.
- testBalanceIsInitiallyZero
- in file BankAccountTest.php, method BankAccountTest::testBalanceIsInitiallyZero()
Asserts that the balance is initially zero.
- testCase
- in file OneTestCase.php, method OneTestCase::testCase()
- testCase
- in file OverrideTestCase.php, method OverrideTestCase::testCase()
- testCaseToString
- in file TestCaseTest.php, method Framework_TestCaseTest::testCaseToString()
- testCaterForUserDefinedPrefix
- in file NamePrettifierTest.php, method Util_TestDox_NamePrettifierTest::testCaterForUserDefinedPrefix()
- testCaterForUserDefinedSuffix
- in file NamePrettifierTest.php, method Util_TestDox_NamePrettifierTest::testCaterForUserDefinedSuffix()
- testClassFooter
- in file Skeleton.php, method PHPUnit2_Util_Skeleton::testClassFooter()
- testClassHeader
- in file Skeleton.php, method PHPUnit2_Util_Skeleton::testClassHeader()
- testComparisonErrorEndSame
- in file ComparisonFailureTest.php, method Framework_ComparisonFailureTest::testComparisonErrorEndSame()
- testComparisonErrorEndSameComplete
- in file ComparisonFailureTest.php, method Framework_ComparisonFailureTest::testComparisonErrorEndSameComplete()
- testComparisonErrorMessage
- in file ComparisonFailureTest.php, method Framework_ComparisonFai
|
|