|
ILIAS
release_8 Revision v8.24
|
Test on icon implementation. More...
Inheritance diagram for SortationTest:
Collaboration diagram for SortationTest:Public Member Functions | |
| testConstruction () | |
| testAttributes () | |
| testRendering () | |
| testRenderingWithJsBinding () | |
| getUIFactory () | |
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 | |
| getSortationExpectedHTML (bool $with_id=false) | |
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... | |
Protected Attributes | |
| array | $options |
Private Member Functions | |
| 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().
Here is the caller graph for this function:
|
protected |
Definition at line 95 of file SortationTest.php.
References $id, and ILIAS_UI_TestBase\brutallyTrimHTML().
Referenced by testRendering(), and testRenderingWithJsBinding().
Here is the call graph for this function:
Here is the caller graph for this function:| SortationTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 123 of file SortationTest.php.
| SortationTest::testAttributes | ( | ) |
Definition at line 54 of file SortationTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| SortationTest::testConstruction | ( | ) |
Definition at line 46 of file SortationTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file SortationTest.php.