ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Test on button implementation. More...
Static Public Member Functions | |
static | getButtonTypeProvider () |
Data Fields | |
const | NOT_APPLICABLE = true |
Static Public Attributes | |
static array | $canonical_css_classes |
Test on button implementation.
Definition at line 33 of file ButtonTest.php.
ButtonTest::getButtonFactory | ( | ) |
Definition at line 37 of file ButtonTest.php.
Referenced by testAppendOnClickAppendsToAction(), testBtnTagRelevance(), testButtonAction(), testButtonActivatedOnDefault(), testButtonDeactivation(), testButtonLabel(), testButtonLabelOrGlyphOnly(), testButtonRendersTooltip(), testButtonStringActionOnly(), testButtonWithAriaLabel(), testButtonWithEngageable(), testButtonWithEngaged(), testButtonWithGlyphLabel(), testButtonWithLabel(), testButtonWithLoadingAnimation(), testFactoryAcceptsSignalAsAction(), testImplementsFactoryInterface(), testRenderBtnTagClasses(), testRenderBtnTagColors(), testRenderBtnTagRelevance(), testRenderButtonDisabled(), testRenderButtonLabel(), testRenderButtonWithAriaLabel(), testRenderButtonWithAriaPressed(), testRenderButtonWithOnClickAnimation(), testRenderButtonWithOnLoadCode(), testRenderButtonWithSignal(), testRenderButtonWithSymbolAndLabel(), testRenderCloseButton(), testRenderCloseButtonWithOnLoadCode(), testRenderMinimizeButton(), and testWithOnClickRemovesAction().
|
static |
Definition at line 543 of file ButtonTest.php.
ButtonTest::testAppendOnClickAppendsToAction | ( | string | $factory_method | ) |
Definition at line 446 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testBtnTagRelevance | ( | ) |
Definition at line 278 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonAction | ( | string | $factory_method | ) |
Definition at line 120 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonActivatedOnDefault | ( | string | $factory_method | ) |
Definition at line 129 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonDeactivation | ( | string | $factory_method | ) |
Definition at line 138 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonLabel | ( | string | $factory_method | ) |
Definition at line 89 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonLabelOrGlyphOnly | ( | string | $factory_method | ) |
Definition at line 73 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonRendersTooltip | ( | string | $factory_method | ) |
Definition at line 503 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonStringActionOnly | ( | string | $factory_method | ) |
Definition at line 81 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithAriaLabel | ( | string | $factory_method | ) |
Definition at line 357 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithEngageable | ( | string | $factory_method | ) |
Definition at line 365 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithEngaged | ( | string | $factory_method | ) |
Definition at line 379 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithGlyphLabel | ( | string | $factory_method | ) |
Definition at line 110 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithLabel | ( | string | $factory_method | ) |
Definition at line 98 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithLoadingAnimation | ( | ) |
test loading animation
Definition at line 154 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testFactoryAcceptsSignalAsAction | ( | string | $factory_method | ) |
Definition at line 533 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testImplementsFactoryInterface | ( | ) |
Definition at line 49 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderBtnTagClasses | ( | ) |
Definition at line 340 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderBtnTagColors | ( | ) |
Definition at line 319 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderBtnTagRelevance | ( | ) |
Definition at line 290 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderButtonDisabled | ( | string | $factory_method | ) |
Definition at line 186 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderButtonLabel | ( | string | $factory_method | ) |
Definition at line 169 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderButtonWithAriaLabel | ( | string | $factory_method | ) |
Definition at line 394 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderButtonWithAriaPressed | ( | string | $factory_method | ) |
Definition at line 411 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderButtonWithOnClickAnimation | ( | ) |
test rendering with on click animation
Definition at line 483 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderButtonWithOnLoadCode | ( | string | $factory_method | ) |
Definition at line 232 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $id, and getButtonFactory().
ButtonTest::testRenderButtonWithSignal | ( | string | $factory_method | ) |
Definition at line 459 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderButtonWithSymbolAndLabel | ( | ) |
Definition at line 553 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderCloseButton | ( | ) |
Definition at line 203 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testRenderCloseButtonWithOnLoadCode | ( | ) |
Definition at line 256 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $id, and getButtonFactory().
ButtonTest::testRenderMinimizeButton | ( | ) |
Definition at line 217 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testWithOnClickRemovesAction | ( | string | $factory_method | ) |
Definition at line 433 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
|
static |
Definition at line 42 of file ButtonTest.php.
const ButtonTest::NOT_APPLICABLE = true |
Definition at line 35 of file ButtonTest.php.