ILIAS
release_8 Revision v8.23
|
Tests for the Data Table. More...
Public Member Functions | |
testDataTableBasicConstruction () | |
testDataTableConstructionWithErrorColumns () | |
testDataTableConstructionWithoutColumns () | |
testDataTableColumns () | |
testDataTableActions () | |
testDataTableWithRequest () | |
testDataTableWithNumberOfRows () | |
testDataTableWithOrder () | |
testDataTableWithRange () | |
testDataTableWithFilter () | |
testDataTableWithAdditionalParams () | |
testDataTableWithSelectedOptionalCols () | |
testDataTableWithId () | |
testDataTableWithIdAndStorage () | |
![]() | |
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 () | |
getTable () | |
![]() | |
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... | |
Tests for the Data Table.
Definition at line 35 of file DataTest.php.
|
protected |
Definition at line 37 of file DataTest.php.
Referenced by getTable(), testDataTableActions(), testDataTableBasicConstruction(), testDataTableColumns(), testDataTableConstructionWithErrorColumns(), testDataTableConstructionWithoutColumns(), and testDataTableWithSelectedOptionalCols().
|
protected |
Definition at line 130 of file DataTest.php.
References $cols, $data, getDataRetrieval(), and TableTestBase\getTableFactory().
Referenced by testDataTableWithAdditionalParams(), testDataTableWithFilter(), testDataTableWithNumberOfRows(), testDataTableWithOrder(), testDataTableWithRange(), and testDataTableWithRequest().
DataTest::testDataTableActions | ( | ) |
Definition at line 109 of file DataTest.php.
References $cols, Vendor\Package\$f, $token, getDataRetrieval(), and TableTestBase\getTableFactory().
DataTest::testDataTableBasicConstruction | ( | ) |
Definition at line 59 of file DataTest.php.
References $cols, $data, getDataRetrieval(), and TableTestBase\getTableFactory().
DataTest::testDataTableColumns | ( | ) |
Definition at line 91 of file DataTest.php.
References $check, $cols, Vendor\Package\$f, getDataRetrieval(), and TableTestBase\getTableFactory().
DataTest::testDataTableConstructionWithErrorColumns | ( | ) |
Definition at line 75 of file DataTest.php.
References $cols, $data, getDataRetrieval(), and TableTestBase\getTableFactory().
DataTest::testDataTableConstructionWithoutColumns | ( | ) |
Definition at line 83 of file DataTest.php.
References $cols, $data, getDataRetrieval(), and TableTestBase\getTableFactory().
DataTest::testDataTableWithAdditionalParams | ( | ) |
Definition at line 175 of file DataTest.php.
References $params, and getTable().
DataTest::testDataTableWithFilter | ( | ) |
Definition at line 166 of file DataTest.php.
References getTable().
DataTest::testDataTableWithId | ( | ) |
Definition at line 200 of file DataTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Survey\Mode\getId().
DataTest::testDataTableWithIdAndStorage | ( | ) |
Definition at line 226 of file DataTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), and TableTestBase\getMockStorage().
DataTest::testDataTableWithNumberOfRows | ( | ) |
Definition at line 145 of file DataTest.php.
References getTable().
DataTest::testDataTableWithOrder | ( | ) |
Definition at line 152 of file DataTest.php.
References getTable().
DataTest::testDataTableWithRange | ( | ) |
Definition at line 159 of file DataTest.php.
References getTable().
DataTest::testDataTableWithRequest | ( | ) |
Definition at line 138 of file DataTest.php.
References getTable().
DataTest::testDataTableWithSelectedOptionalCols | ( | ) |
Definition at line 184 of file DataTest.php.
References $cols, $data, getDataRetrieval(), and TableTestBase\getTableFactory().