ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Test on icon implementation. More...
Public Member Functions | |
testConstruction () | |
testAttributes () | |
testSizeModification () | |
testSizeModificationWrongParam () | |
testDisabledModification () | |
testDisabledModificationWrongParam () | |
testOutlinedModification () | |
testCustomPath () | |
testRenderingStandard () | |
testRenderingStandardOutlined () | |
testRenderingCustom () | |
testAllStandardIconsExist () | |
testAllOutlinedIconsExist () | |
![]() | |
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 | |
![]() | |
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().
IconTest::testAllOutlinedIconsExist | ( | ) |
Definition at line 215 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testAllStandardIconsExist | ( | ) |
Definition at line 204 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testAttributes | ( | ) |
Definition at line 34 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testConstruction | ( | ) |
Definition at line 22 of file IconTest.php.
References Vendor\Package\$f, $si, and getIconFactory().
IconTest::testCustomPath | ( | ) |
Definition at line 114 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testDisabledModification | ( | ) |
Definition at line 78 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testDisabledModificationWrongParam | ( | ) |
Definition at line 90 of file IconTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getIconFactory().
IconTest::testOutlinedModification | ( | ) |
Definition at line 102 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testRenderingCustom | ( | ) |
Definition at line 172 of file IconTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testRenderingStandard | ( | ) |
Definition at line 122 of file IconTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testRenderingStandardOutlined | ( | ) |
Definition at line 147 of file IconTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testSizeModification | ( | ) |
Definition at line 51 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testSizeModificationWrongParam | ( | ) |
Definition at line 66 of file IconTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getIconFactory().
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.