ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Test on Message Box implementation. More...
Public Member Functions | |
getMessageBoxFactory () | |
getButtonFactory () | |
getLinkFactory () | |
getUIFactory () | |
testImplementsFactoryInterface (string $factory_method) | |
testMessageboxTypes (string $factory_method) | |
testMessageboxMessagetext (string $factory_method) | |
testWithButtons (string $factory_method) | |
testWithLinks (string $factory_method) | |
testWithButtonsAndLinks (string $factory_method) | |
testRenderSimple (string $factory_method) | |
testRenderWithButtons (string $factory_method) | |
testRenderWithLinks (string $factory_method) | |
testRenderWithButtonsAndLinks (string $factory_method) | |
Static Public Member Functions | |
static | getMessageboxTypeProvider () |
Static Public Attributes | |
static array | $canonical_css_classes |
static array | $canonical_role_types |
Test on Message Box implementation.
Definition at line 30 of file MessageBoxTest.php.
MessageBoxTest::getButtonFactory | ( | ) |
Definition at line 36 of file MessageBoxTest.php.
Referenced by testRenderWithButtons(), testRenderWithButtonsAndLinks(), testWithButtons(), and testWithButtonsAndLinks().
MessageBoxTest::getLinkFactory | ( | ) |
Definition at line 40 of file MessageBoxTest.php.
Referenced by testRenderWithButtonsAndLinks(), testRenderWithLinks(), testWithButtonsAndLinks(), and testWithLinks().
MessageBoxTest::getMessageBoxFactory | ( | ) |
Definition at line 32 of file MessageBoxTest.php.
Referenced by testImplementsFactoryInterface(), testMessageboxMessagetext(), testMessageboxTypes(), testRenderSimple(), testRenderWithButtons(), testRenderWithButtonsAndLinks(), testRenderWithLinks(), testWithButtons(), testWithButtonsAndLinks(), and testWithLinks().
|
static |
Definition at line 45 of file MessageBoxTest.php.
References ILIAS\UI\Implementation\Component\Progress\State\Bar\FAILURE.
MessageBoxTest::getUIFactory | ( | ) |
Definition at line 66 of file MessageBoxTest.php.
References ILIAS\Repository\listing().
MessageBoxTest::testImplementsFactoryInterface | ( | string | $factory_method | ) |
Definition at line 81 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
MessageBoxTest::testMessageboxMessagetext | ( | string | $factory_method | ) |
Definition at line 100 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
MessageBoxTest::testMessageboxTypes | ( | string | $factory_method | ) |
Definition at line 90 of file MessageBoxTest.php.
References Vendor\Package\$f, and getMessageBoxFactory().
MessageBoxTest::testRenderSimple | ( | string | $factory_method | ) |
Definition at line 160 of file MessageBoxTest.php.
References Vendor\Package\$f, $r, and getMessageBoxFactory().
MessageBoxTest::testRenderWithButtons | ( | string | $factory_method | ) |
Definition at line 176 of file MessageBoxTest.php.
References Vendor\Package\$f, $r, getButtonFactory(), and getMessageBoxFactory().
MessageBoxTest::testRenderWithButtonsAndLinks | ( | string | $factory_method | ) |
Definition at line 223 of file MessageBoxTest.php.
References Vendor\Package\$f, $r, getButtonFactory(), getLinkFactory(), and getMessageBoxFactory().
MessageBoxTest::testRenderWithLinks | ( | string | $factory_method | ) |
Definition at line 198 of file MessageBoxTest.php.
References Vendor\Package\$f, $r, getLinkFactory(), and getMessageBoxFactory().
MessageBoxTest::testWithButtons | ( | string | $factory_method | ) |
Definition at line 110 of file MessageBoxTest.php.
References Vendor\Package\$f, getButtonFactory(), and getMessageBoxFactory().
MessageBoxTest::testWithButtonsAndLinks | ( | string | $factory_method | ) |
Definition at line 141 of file MessageBoxTest.php.
References Vendor\Package\$f, getButtonFactory(), getLinkFactory(), and getMessageBoxFactory().
MessageBoxTest::testWithLinks | ( | string | $factory_method | ) |
Definition at line 124 of file MessageBoxTest.php.
References Vendor\Package\$f, getLinkFactory(), and getMessageBoxFactory().
|
static |
Definition at line 54 of file MessageBoxTest.php.
|
static |
Definition at line 60 of file MessageBoxTest.php.