|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Test on icon implementation. More...
Inheritance diagram for IconTest:
Collaboration diagram for IconTest:Public Member Functions | |
| testConstruction () | |
| testAttributes () | |
| testSizeModification () | |
| testSizeModificationWrongParam () | |
| testDisabledModification () | |
| testDisabledModificationWrongParam () | |
| testOutlinedModification () | |
| testCustomPath () | |
| testRenderingStandard () | |
| testRenderingStandardOutlined () | |
| testRenderingCustom () | |
| testAllStandardIconsExist () | |
| testAllOutlinedIconsExist () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Data Fields | |
| const | ICON_PATH = __DIR__ . "/../../../../../templates/default/images/" |
| const | ICON_OUTLINED_PATH = self::ICON_PATH . "outlined/" |
Private Member Functions | |
| getIconFactory () | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Test on icon implementation.
Definition at line 12 of file IconTest.php.
|
private |
Definition at line 17 of file IconTest.php.
Referenced by testAllOutlinedIconsExist(), testAllStandardIconsExist(), testAttributes(), testConstruction(), testCustomPath(), testDisabledModification(), testDisabledModificationWrongParam(), testOutlinedModification(), testRenderingCustom(), testRenderingStandard(), testRenderingStandardOutlined(), testSizeModification(), and testSizeModificationWrongParam().
Here is the caller graph for this function:| IconTest::testAllOutlinedIconsExist | ( | ) |
Definition at line 215 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testAllStandardIconsExist | ( | ) |
Definition at line 204 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testAttributes | ( | ) |
Definition at line 34 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testConstruction | ( | ) |
Definition at line 22 of file IconTest.php.
References Vendor\Package\$f, $si, and getIconFactory().
Here is the call graph for this function:| IconTest::testCustomPath | ( | ) |
Definition at line 114 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testDisabledModification | ( | ) |
Definition at line 78 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testDisabledModificationWrongParam | ( | ) |
Definition at line 90 of file IconTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testOutlinedModification | ( | ) |
Definition at line 102 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testRenderingCustom | ( | ) |
Definition at line 172 of file IconTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testRenderingStandard | ( | ) |
Definition at line 122 of file IconTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testRenderingStandardOutlined | ( | ) |
Definition at line 147 of file IconTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testSizeModification | ( | ) |
Definition at line 51 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testSizeModificationWrongParam | ( | ) |
Definition at line 66 of file IconTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| const IconTest::ICON_OUTLINED_PATH = self::ICON_PATH . "outlined/" |
Definition at line 15 of file IconTest.php.
| const IconTest::ICON_PATH = __DIR__ . "/../../../../../templates/default/images/" |
Definition at line 14 of file IconTest.php.