|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\UI\URLBuilderTest:
Collaboration diagram for ILIAS\UI\URLBuilderTest:Public Member Functions | |
| testGetUrl () | |
| testAcquireParam () | |
| testAcquireParamWithLongNamespace () | |
| testAcquireParamWithValue () | |
| testAcquireParamWithSameName () | |
| testWriteParam () | |
| testDeleteParam () | |
| testUrlTooLong () | |
| testRemoveAndAddFragment () | |
| testWithUri () | |
| testRenderTokens () | |
| testRenderObject () | |
Protected Member Functions | |
| setUp () | |
Private Attributes | |
| readonly ILIAS Data URI | $URI_COMPLETE |
Definition at line 25 of file URLBuilderTest.php.
|
protected |
Definition at line 29 of file URLBuilderTest.php.
| ILIAS\UI\URLBuilderTest::testAcquireParam | ( | ) |
Definition at line 41 of file URLBuilderTest.php.
References $url, and ILIAS\UI\URLBuilder\SEPARATOR.
| ILIAS\UI\URLBuilderTest::testAcquireParamWithLongNamespace | ( | ) |
Definition at line 55 of file URLBuilderTest.php.
References $url, and ILIAS\UI\URLBuilder\SEPARATOR.
| ILIAS\UI\URLBuilderTest::testAcquireParamWithSameName | ( | ) |
Definition at line 93 of file URLBuilderTest.php.
References $url, and ILIAS\UI\URLBuilder\SEPARATOR.
| ILIAS\UI\URLBuilderTest::testAcquireParamWithValue | ( | ) |
Definition at line 78 of file URLBuilderTest.php.
References $url, and ILIAS\UI\URLBuilder\SEPARATOR.
| ILIAS\UI\URLBuilderTest::testDeleteParam | ( | ) |
Definition at line 141 of file URLBuilderTest.php.
References $url, and ILIAS\UI\URLBuilder\SEPARATOR.
| ILIAS\UI\URLBuilderTest::testGetUrl | ( | ) |
Definition at line 34 of file URLBuilderTest.php.
References $url.
| ILIAS\UI\URLBuilderTest::testRemoveAndAddFragment | ( | ) |
Definition at line 166 of file URLBuilderTest.php.
References $url.
| ILIAS\UI\URLBuilderTest::testRenderObject | ( | ) |
Definition at line 217 of file URLBuilderTest.php.
References $url, and ILIAS\UI\URLBuilder\SEPARATOR.
| ILIAS\UI\URLBuilderTest::testRenderTokens | ( | ) |
Definition at line 193 of file URLBuilderTest.php.
References $url.
| ILIAS\UI\URLBuilderTest::testUrlTooLong | ( | ) |
Definition at line 155 of file URLBuilderTest.php.
References $url, and ILIAS\UI\URLBuilder\URL_MAX_LENGTH.
| ILIAS\UI\URLBuilderTest::testWithUri | ( | ) |
Definition at line 180 of file URLBuilderTest.php.
References $url, and ILIAS\UI\URLBuilder\SEPARATOR.
| ILIAS\UI\URLBuilderTest::testWriteParam | ( | ) |
Definition at line 113 of file URLBuilderTest.php.
References $url, and ILIAS\UI\URLBuilder\SEPARATOR.
Definition at line 27 of file URLBuilderTest.php.