ILIAS
release_8 Revision v8.23
|
Test on filter implementation. More...
Public Member Functions | |
getUIFactory () | |
buildDataFactory () | |
test_getInputs () | |
test_extractParamData () | |
test_withRequest () | |
test_getData () | |
test_with_activated () | |
test_with_deactivated () | |
test_with_expanded () | |
test_with_collapsed () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getImagePathResolver () | |
getDataFactory () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML (string $html) | |
assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Protected Member Functions | |
buildFactory () | |
buildInputFactory () | |
buildButtonFactory () | |
buildGlyphFactory () | |
buildPopoverFactory () | |
buildLegacyFactory () | |
buildListingFactory () | |
inputMock () | |
![]() | |
brutallyTrimHTML (string $html) | |
A more radical version of normalizeHTML. More... | |
brutallyTrimSignals (string $html) | |
A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More... | |
Test on filter implementation.
Definition at line 113 of file FilterTest.php.
|
protected |
Definition at line 136 of file FilterTest.php.
FilterTest::buildDataFactory | ( | ) |
Definition at line 172 of file FilterTest.php.
|
protected |
Definition at line 115 of file FilterTest.php.
|
protected |
Definition at line 141 of file FilterTest.php.
|
protected |
Definition at line 123 of file FilterTest.php.
|
protected |
Definition at line 151 of file FilterTest.php.
|
protected |
Definition at line 156 of file FilterTest.php.
|
protected |
Definition at line 146 of file FilterTest.php.
FilterTest::getUIFactory | ( | ) |
Definition at line 161 of file FilterTest.php.
|
protected |
FilterTest::test_extractParamData | ( | ) |
Definition at line 218 of file FilterTest.php.
FilterTest::test_getData | ( | ) |
Definition at line 296 of file FilterTest.php.
FilterTest::test_getInputs | ( | ) |
Definition at line 177 of file FilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, and FixedNameSourceFilter\$name.
FilterTest::test_with_activated | ( | ) |
Definition at line 344 of file FilterTest.php.
References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Input\$inputs.
FilterTest::test_with_collapsed | ( | ) |
Definition at line 419 of file FilterTest.php.
References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Input\$inputs.
FilterTest::test_with_deactivated | ( | ) |
Definition at line 369 of file FilterTest.php.
References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Input\$inputs.
FilterTest::test_with_expanded | ( | ) |
Definition at line 394 of file FilterTest.php.
References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Input\$inputs.
FilterTest::test_withRequest | ( | ) |
Definition at line 243 of file FilterTest.php.