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