|
ILIAS
release_8 Revision v8.24
|
Tests for the Data Table. More...
Inheritance diagram for DataViewControlsTest:
Collaboration diagram for DataViewControlsTest:Public Member Functions | |
| testDataTableHasViewControls () | |
| testDataTableHasNoPaginationViewControl () | |
| testDataTableHasNoOrderingViewControl () | |
| testDataTableHasNoFieldSelectionViewControl () | |
| testDataTableViewControlStorage () | |
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) | |
Protected Member Functions | |
| getDataRetrieval (int $total_count) | |
| getTable (int $total_count, array $columns) | |
Protected Member Functions inherited from TableTestBase | |
| buildFieldFactory () | |
| buildRefinery () | |
| getViewControlFactory () | |
| getViewControlContainerFactory () | |
| getTableFactory () | |
| getMockStorage () | |
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... | |
Private Member Functions | |
| getRequestMock (array $returns) | |
Tests for the Data Table.
Definition at line 35 of file DataViewControlsTest.php.
|
protected |
Definition at line 37 of file DataViewControlsTest.php.
References ILIAS\GlobalScreen\Provider\__construct().
Referenced by getTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 168 of file DataViewControlsTest.php.
Referenced by testDataTableViewControlStorage().
Here is the caller graph for this function:
|
protected |
Definition at line 65 of file DataViewControlsTest.php.
References $factory, getDataRetrieval(), and TableTestBase\getTableFactory().
Referenced by testDataTableHasNoFieldSelectionViewControl(), testDataTableHasNoOrderingViewControl(), testDataTableHasNoPaginationViewControl(), testDataTableHasViewControls(), and testDataTableViewControlStorage().
Here is the call graph for this function:
Here is the caller graph for this function:| DataViewControlsTest::testDataTableHasNoFieldSelectionViewControl | ( | ) |
Definition at line 148 of file DataViewControlsTest.php.
References $factory, getTable(), and TableTestBase\getTableFactory().
Here is the call graph for this function:| DataViewControlsTest::testDataTableHasNoOrderingViewControl | ( | ) |
Definition at line 126 of file DataViewControlsTest.php.
References $factory, getTable(), and TableTestBase\getTableFactory().
Here is the call graph for this function:| DataViewControlsTest::testDataTableHasNoPaginationViewControl | ( | ) |
Definition at line 96 of file DataViewControlsTest.php.
References $factory, getTable(), and TableTestBase\getTableFactory().
Here is the call graph for this function:| DataViewControlsTest::testDataTableHasViewControls | ( | ) |
Definition at line 72 of file DataViewControlsTest.php.
References $factory, getTable(), and TableTestBase\getTableFactory().
Here is the call graph for this function:| DataViewControlsTest::testDataTableViewControlStorage | ( | ) |
Definition at line 185 of file DataViewControlsTest.php.
References $factory, getRequestMock(), getTable(), and TableTestBase\getTableFactory().
Here is the call graph for this function: