ILIAS
release_8 Revision v8.19
|
Test on icon implementation. More...
Public Member Functions | |
testConstruction () | |
testAttributes () | |
testRendering () | |
testRenderingWithJsBinding () | |
getUIFactory () | |
![]() | |
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 | |
getSortationExpectedHTML (bool $with_id=false) | |
![]() | |
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... | |
Protected Attributes | |
array | $options |
Private Member Functions | |
array | getFactory () |
Test on icon implementation.
Definition at line 31 of file SortationTest.php.
|
private |
Definition at line 39 of file SortationTest.php.
Referenced by testAttributes(), testConstruction(), testRendering(), and testRenderingWithJsBinding().
|
protected |
Definition at line 95 of file SortationTest.php.
References $id, and ILIAS_UI_TestBase\brutallyTrimHTML().
Referenced by testRendering(), and testRenderingWithJsBinding().
SortationTest::getUIFactory | ( | ) |
Definition at line 123 of file SortationTest.php.
SortationTest::testAttributes | ( | ) |
Definition at line 54 of file SortationTest.php.
References Vendor\Package\$f, and getFactory().
SortationTest::testConstruction | ( | ) |
Definition at line 46 of file SortationTest.php.
References Vendor\Package\$f, and getFactory().
SortationTest::testRendering | ( | ) |
Definition at line 73 of file SortationTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), getFactory(), and getSortationExpectedHTML().
SortationTest::testRenderingWithJsBinding | ( | ) |
Definition at line 83 of file SortationTest.php.
References Vendor\Package\$f, $id, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), getFactory(), and getSortationExpectedHTML().
|
protected |
Definition at line 33 of file SortationTest.php.