ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Class PopoverTest. More...
Public Member Functions | |
getFactory () | |
testImplementsInterface () | |
testThatPositionIsAutoByDefault () | |
testWithPosition () | |
testRenderStandard () | |
testRenderListing () | |
testRenderAsync () | |
Protected Member Functions | |
getExpectedStandardHTML (string $content) | |
Class PopoverTest.
Tests on the Popover component implementation
Definition at line 34 of file PopoverTest.php.
|
protected |
Definition at line 97 of file PopoverTest.php.
Referenced by testRenderStandard().
PopoverTest::getFactory | ( | ) |
Definition at line 36 of file PopoverTest.php.
References ILIAS\UI\examples\MainControls\Slate\Legacy\legacy().
Referenced by testRenderAsync(), and testRenderStandard().
PopoverTest::testImplementsInterface | ( | ) |
Definition at line 46 of file PopoverTest.php.
PopoverTest::testRenderAsync | ( | ) |
Definition at line 90 of file PopoverTest.php.
References getFactory(), and ILIAS\UI\examples\MainControls\Slate\Legacy\legacy().
PopoverTest::testRenderListing | ( | ) |
Definition at line 84 of file PopoverTest.php.
PopoverTest::testRenderStandard | ( | ) |
Definition at line 75 of file PopoverTest.php.
References getExpectedStandardHTML(), getFactory(), and ILIAS\UI\examples\MainControls\Slate\Legacy\legacy().
PopoverTest::testThatPositionIsAutoByDefault | ( | ) |
Definition at line 55 of file PopoverTest.php.
PopoverTest::testWithPosition | ( | ) |
Definition at line 62 of file PopoverTest.php.