|
ILIAS
release_8 Revision v8.24
|
Test on filter implementation. More...
Inheritance diagram for FilterTest:
Collaboration diagram for FilterTest: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 () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| 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 () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| 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.
Referenced by getUIFactory().
Here is the caller graph for this function:| FilterTest::buildDataFactory | ( | ) |
Definition at line 172 of file FilterTest.php.
Referenced by test_getData(), and test_withRequest().
Here is the caller graph for this function:
|
protected |
Definition at line 115 of file FilterTest.php.
References buildInputFactory().
Referenced by test_getInputs(), test_with_activated(), test_with_collapsed(), test_with_deactivated(), and test_with_expanded().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 141 of file FilterTest.php.
Referenced by getUIFactory().
Here is the caller graph for this function:
|
protected |
Definition at line 123 of file FilterTest.php.
Referenced by buildFactory(), test_extractParamData(), test_getData(), test_getInputs(), test_with_activated(), test_with_collapsed(), test_with_deactivated(), test_with_expanded(), and test_withRequest().
Here is the caller graph for this function:
|
protected |
Definition at line 151 of file FilterTest.php.
Referenced by getUIFactory().
Here is the caller graph for this function:
|
protected |
Definition at line 156 of file FilterTest.php.
Referenced by getUIFactory().
Here is the caller graph for this function:
|
protected |
Definition at line 146 of file FilterTest.php.
Referenced by getUIFactory().
Here is the caller graph for this function:| FilterTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 161 of file FilterTest.php.
References buildButtonFactory(), buildGlyphFactory(), buildLegacyFactory(), buildListingFactory(), and buildPopoverFactory().
Here is the call graph for this function:
|
protected |
Definition at line 447 of file FilterTest.php.
Referenced by test_getData(), and test_withRequest().
Here is the caller graph for this function:| FilterTest::test_extractParamData | ( | ) |
Definition at line 218 of file FilterTest.php.
References buildInputFactory().
Here is the call graph for this function:| FilterTest::test_getData | ( | ) |
Definition at line 296 of file FilterTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FilterTest::test_getInputs | ( | ) |
Definition at line 177 of file FilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, $name, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FilterTest::test_with_activated | ( | ) |
Definition at line 344 of file FilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FilterTest::test_with_collapsed | ( | ) |
Definition at line 419 of file FilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FilterTest::test_with_deactivated | ( | ) |
Definition at line 369 of file FilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FilterTest::test_with_expanded | ( | ) |
Definition at line 394 of file FilterTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FilterTest::test_withRequest | ( | ) |
Definition at line 243 of file FilterTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function: