Public Member Functions | |
| testSetup () | |
| Done up-front for setup and not testing. | |
| testTest () | |
| Each of these methods. | |
| testTest02 () | |
| testTest03 () | |
| testTest04 () | |
| testTest05 () | |
| testTeardown () | |
| Done at the end to purge the test data. | |
Definition at line 8 of file AnnotatePageWithProperty.php.
| AnnotatePageWithProperty::testSetup | ( | ) |
Done up-front for setup and not testing.
Definition at line 13 of file AnnotatePageWithProperty.php.
| AnnotatePageWithProperty::testTest | ( | ) |
Each of these methods.
.. * should have one assertion. * should start with test, e.g., testTest().
Definition at line 31 of file AnnotatePageWithProperty.php.
| AnnotatePageWithProperty::testTest02 | ( | ) |
Definition at line 55 of file AnnotatePageWithProperty.php.
| AnnotatePageWithProperty::testTest03 | ( | ) |
Definition at line 93 of file AnnotatePageWithProperty.php.
| AnnotatePageWithProperty::testTest04 | ( | ) |
Definition at line 119 of file AnnotatePageWithProperty.php.
| AnnotatePageWithProperty::testTest05 | ( | ) |
Definition at line 158 of file AnnotatePageWithProperty.php.
| AnnotatePageWithProperty::testTeardown | ( | ) |
Done at the end to purge the test data.
Definition at line 182 of file AnnotatePageWithProperty.php.
1.5.6