SeleniumTestCaseStandard unit test class for day to day testing of PHP code XP style. Adds some useful standard assertions.
Located in /extensions/selenium.php (line 6)
SimpleTestCase | --UnitTestCase | --SeleniumTestCase
mixed
$browser
= '' (line 11)
Selenium instantiation variables
mixed
$browserUrl
= '' (line 12)
Selenium instantiation variables
mixed
$host
= 'localhost' (line 13)
Selenium instantiation variables
mixed
$newInstanceEachTest
= true (line 19)
mixed
$port
= '4444' (line 14)
Selenium instantiation variables
mixed
$selenium
= null (line 18)
mixed
$timeout
= 30000 (line 15)
Selenium instantiation variables
Inherited from SimpleTestCase
SimpleTestCase::$_label
SimpleTestCase::$_observers
SimpleTestCase::$_reporter
SimpleTestCase::$_should_skip
Inherited From UnitTestCase
UnitTestCase::UnitTestCase()
UnitTestCase::assertClone()
UnitTestCase::assertCopy()
UnitTestCase::assertEqual()
UnitTestCase::assertError()
UnitTestCase::assertErrorPattern()
UnitTestCase::assertFalse()
UnitTestCase::assertIdentical()
UnitTestCase::assertIsA()
UnitTestCase::assertNoErrors()
UnitTestCase::assertNoPattern()
UnitTestCase::assertNotA()
UnitTestCase::assertNotEqual()
UnitTestCase::assertNotIdentical()
UnitTestCase::assertNotNull()
UnitTestCase::assertNoUnwantedPattern()
UnitTestCase::assertNull()
UnitTestCase::assertOutsideMargin()
UnitTestCase::assertPattern()
UnitTestCase::assertReference()
UnitTestCase::assertTrue()
UnitTestCase::assertWantedPattern()
UnitTestCase::assertWithinMargin()
UnitTestCase::expectError()
UnitTestCase::expectException()
UnitTestCase::swallowErrors()
Inherited From SimpleTestCase
SimpleTestCase::SimpleTestCase()
SimpleTestCase::after()
SimpleTestCase::assert()
SimpleTestCase::assertExpectation()
SimpleTestCase::before()
SimpleTestCase::createInvoker()
SimpleTestCase::dump()
SimpleTestCase::error()
SimpleTestCase::exception()
SimpleTestCase::fail()
SimpleTestCase::getAssertionLine()
SimpleTestCase::getLabel()
SimpleTestCase::getSize()
SimpleTestCase::getTests()
SimpleTestCase::pass()
SimpleTestCase::run()
SimpleTestCase::sendMessage()
SimpleTestCase::setUp()
SimpleTestCase::signal()
SimpleTestCase::skip()
SimpleTestCase::skipIf()
SimpleTestCase::skipUnless()
SimpleTestCase::tearDown()
SimpleTestCase::tell()
SimpleTestCase::_isTest()
Documentation generated on Sun, 04 May 2008 09:22:06 -0500 by phpDocumentor 1.3.0