ILIAS
release_8 Revision v8.19
|
Tests for the Data Table. More...
Public Member Functions | |
testDataTableHasViewControls () | |
testDataTableHasNoPaginationViewControl () | |
testDataTableHasNoOrderingViewControl () | |
testDataTableHasNoFieldSelectionViewControl () | |
testDataTableViewControlStorage () | |
![]() | |
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) | |
![]() | |
buildFieldFactory () | |
buildRefinery () | |
getViewControlFactory () | |
getViewControlContainerFactory () | |
getTableFactory () | |
getMockStorage () | |
![]() | |
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().
|
private |
Definition at line 168 of file DataViewControlsTest.php.
Referenced by testDataTableViewControlStorage().
|
protected |
Definition at line 65 of file DataViewControlsTest.php.
References $factory, getDataRetrieval(), and TableTestBase\getTableFactory().
Referenced by testDataTableHasNoFieldSelectionViewControl(), testDataTableHasNoOrderingViewControl(), testDataTableHasNoPaginationViewControl(), testDataTableHasViewControls(), and testDataTableViewControlStorage().
DataViewControlsTest::testDataTableHasNoFieldSelectionViewControl | ( | ) |
Definition at line 148 of file DataViewControlsTest.php.
References $factory, getTable(), and TableTestBase\getTableFactory().
DataViewControlsTest::testDataTableHasNoOrderingViewControl | ( | ) |
Definition at line 126 of file DataViewControlsTest.php.
References $factory, getTable(), and TableTestBase\getTableFactory().
DataViewControlsTest::testDataTableHasNoPaginationViewControl | ( | ) |
Definition at line 96 of file DataViewControlsTest.php.
References $factory, getTable(), and TableTestBase\getTableFactory().
DataViewControlsTest::testDataTableHasViewControls | ( | ) |
Definition at line 72 of file DataViewControlsTest.php.
References $factory, getTable(), and TableTestBase\getTableFactory().
DataViewControlsTest::testDataTableViewControlStorage | ( | ) |
Definition at line 185 of file DataViewControlsTest.php.
References $factory, getRequestMock(), getTable(), and TableTestBase\getTableFactory().