/web_tester.phpBase include file for SimpleTest.
| Class | Description |
|---|---|
FieldExpectation
|
Test for an HTML widget value match. |
HttpHeaderExpectation
|
Test for a specific HTTP header within a header block. |
NoHttpHeaderExpectation
|
Test for a specific HTTP header within a header block that should not be found. |
TextExpectation
|
Test for a text substring. |
NoTextExpectation
|
Fail if a substring is detected within the comparison text. |
WebTestCase
|
Test case for testing of web pages. Allows fetching of pages, parsing of HTML and submitting forms. |
require_once
(dirname(__FILE__).'/test_case.php')
(line 12)
include other SimpleTest class files
require_once
(dirname(__FILE__).'/browser.php')
(line 13)
include other SimpleTest class files
require_once
(dirname(__FILE__).'/page.php')
(line 14)
include other SimpleTest class files
require_once
(dirname(__FILE__).'/expectation.php')
(line 15)
include other SimpleTest class files
Documentation generated on Sun, 04 May 2008 09:22:25 -0500 by phpDocumentor 1.3.0