|
ILIAS
release_8 Revision v8.24
|
Test on Pagination view control. More...
Inheritance diagram for PaginationTest:
Collaboration diagram for PaginationTest:Public Member Functions | |
| getUIFactory () | |
| testConstruction () | |
| testAttributes () | |
| testRenderUnlimited () | |
| testRenderWithCurrentPage () | |
| testRenderLimited () | |
| testRenderLimitedWithCurrentPage () | |
| testRenderLimitedWithCurrentPage2 () | |
| testRenderDropdown () | |
| testGetRangeOnNull () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML (string $html) | |
| assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Private Member Functions | |
| getFactory () | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML (string $html) | |
| A more radical version of normalizeHTML. More... | |
| brutallyTrimSignals (string $html) | |
| A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More... | |
Test on Pagination view control.
Definition at line 32 of file PaginationTest.php.
|
private |
Definition at line 56 of file PaginationTest.php.
Referenced by testAttributes(), testConstruction(), testGetRangeOnNull(), testRenderDropdown(), testRenderLimited(), testRenderLimitedWithCurrentPage(), testRenderLimitedWithCurrentPage2(), testRenderUnlimited(), and testRenderWithCurrentPage().
Here is the caller graph for this function:| PaginationTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 34 of file PaginationTest.php.
| PaginationTest::testAttributes | ( | ) |
Definition at line 70 of file PaginationTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| PaginationTest::testConstruction | ( | ) |
Definition at line 62 of file PaginationTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| PaginationTest::testGetRangeOnNull | ( | ) |
Definition at line 307 of file PaginationTest.php.
References getFactory().
Here is the call graph for this function:| PaginationTest::testRenderDropdown | ( | ) |
Definition at line 272 of file PaginationTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS\UI\examples\Input\Field\Checkbox\disabled(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| PaginationTest::testRenderLimited | ( | ) |
Definition at line 160 of file PaginationTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS\UI\examples\Input\Field\Checkbox\disabled(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| PaginationTest::testRenderLimitedWithCurrentPage | ( | ) |
Definition at line 195 of file PaginationTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| PaginationTest::testRenderLimitedWithCurrentPage2 | ( | ) |
Definition at line 235 of file PaginationTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS\UI\examples\Input\Field\Checkbox\disabled(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| PaginationTest::testRenderUnlimited | ( | ) |
Definition at line 97 of file PaginationTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS\UI\examples\Input\Field\Checkbox\disabled(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function:| PaginationTest::testRenderWithCurrentPage | ( | ) |
Definition at line 128 of file PaginationTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS\UI\examples\Input\Field\Checkbox\disabled(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
Here is the call graph for this function: