ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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.