ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
Test on button implementation. More...
Public Member Functions | |
getButtonFactory () | |
testImplementsFactoryInterface () | |
testButtonLabelOrGlyphOnly (string $factory_method) | |
getButtonTypeProvider More... | |
testButtonStringActionOnly (string $factory_method) | |
getButtonTypeProvider More... | |
testButtonLabel (string $factory_method) | |
getButtonTypeProvider More... | |
testButtonWithLabel (string $factory_method) | |
getButtonTypeProvider More... | |
testButtonWithGlyphLabel (string $factory_method) | |
getButtonTypeProvider More... | |
testButtonAction (string $factory_method) | |
getButtonTypeProvider More... | |
testButtonActivatedOnDefault (string $factory_method) | |
getButtonTypeProvider More... | |
testButtonDeactivation (string $factory_method) | |
getButtonTypeProvider More... | |
testButtonWithLoadingAnimation () | |
test loading animation More... | |
testRenderButtonLabel (string $factory_method) | |
getButtonTypeProvider More... | |
testRenderButtonDisabled (string $factory_method) | |
getButtonTypeProvider More... | |
testRenderCloseButton () | |
testRenderMinimizeButton () | |
testRenderButtonWithOnLoadCode (string $factory_method) | |
getButtonTypeProvider More... | |
testRenderCloseButtonWithOnLoadCode () | |
testBtnTagRelevance () | |
testRenderBtnTagRelevance () | |
testRenderBtnTagColors () | |
testRenderBtnTagClasses () | |
testButtonWithAriaLabel (string $factory_method) | |
getButtonTypeProvider More... | |
testButtonWithEngageable (string $factory_method) | |
getButtonTypeProvider More... | |
testButtonWithEngaged (string $factory_method) | |
getButtonTypeProvider More... | |
testRenderButtonWithAriaLabel (string $factory_method) | |
getButtonTypeProvider More... | |
testRenderButtonWithAriaPressed (string $factory_method) | |
getButtonTypeProvider More... | |
testWithOnClickRemovesAction (string $factory_method) | |
getButtonTypeProvider More... | |
testAppendOnClickAppendsToAction (string $factory_method) | |
getButtonTypeProvider More... | |
testRenderButtonWithSignal (string $factory_method) | |
getButtonTypeProvider More... | |
testRenderButtonWithOnClickAnimation () | |
test rendering with on click animation More... | |
testButtonRendersTooltip (string $factory_method) | |
getButtonTypeProvider More... | |
testFactoryAcceptsSignalAsAction (string $factory_method) | |
getButtonTypeProvider More... | |
testRenderButtonWithSymbolAndLabel () | |
Static Public Member Functions | |
static | getButtonTypeProvider () |
Data Fields | |
const | NOT_APPLICABLE = true |
Static Public Attributes | |
static array | $canonical_css_classes |
static array | primary |
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 586 of file ButtonTest.php.
ButtonTest::testAppendOnClickAppendsToAction | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 482 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testBtnTagRelevance | ( | ) |
Definition at line 300 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonAction | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 132 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonActivatedOnDefault | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 143 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonDeactivation | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 154 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonLabel | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 95 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonLabelOrGlyphOnly | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 75 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonRendersTooltip | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 543 of file ButtonTest.php.
References Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testButtonStringActionOnly | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 85 of file ButtonTest.php.
References Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithAriaLabel | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 381 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithEngageable | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 391 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithEngaged | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 407 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithGlyphLabel | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 120 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithLabel | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 106 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testButtonWithLoadingAnimation | ( | ) |
test loading animation
Definition at line 170 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, and getButtonFactory().
ButtonTest::testFactoryAcceptsSignalAsAction | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 576 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 362 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderBtnTagColors | ( | ) |
Definition at line 341 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderBtnTagRelevance | ( | ) |
Definition at line 312 of file ButtonTest.php.
References Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderButtonDisabled | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 206 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderButtonLabel | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 187 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderButtonWithAriaLabel | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 424 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderButtonWithAriaPressed | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 443 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderButtonWithOnClickAnimation | ( | ) |
test rendering with on click animation
Definition at line 521 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderButtonWithOnLoadCode | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 254 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $id, $r, and getButtonFactory().
ButtonTest::testRenderButtonWithSignal | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 497 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderButtonWithSymbolAndLabel | ( | ) |
Definition at line 596 of file ButtonTest.php.
References Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderCloseButton | ( | ) |
Definition at line 223 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testRenderCloseButtonWithOnLoadCode | ( | ) |
Definition at line 278 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $id, $r, and getButtonFactory().
ButtonTest::testRenderMinimizeButton | ( | ) |
Definition at line 237 of file ButtonTest.php.
References Vendor\Package\$b, Vendor\Package\$f, $r, and getButtonFactory().
ButtonTest::testWithOnClickRemovesAction | ( | string | $factory_method | ) |
getButtonTypeProvider
Definition at line 467 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.
|
static |
Definition at line 44 of file ButtonTest.php.