|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
Tests for Presentation Table. More...
Inheritance diagram for PresentationTest:
Collaboration diagram for PresentationTest:Public Member Functions | |
| testTableConstruction () | |
| testBareTableRendering () | |
| testRowConstruction () | |
| getUIFactory () | |
| testFullRendering () | |
| testMinimalRendering () | |
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 | |
| getDummyData () | |
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 Presentation Table.
Definition at line 31 of file PresentationTest.php.
|
protected |
Definition at line 130 of file PresentationTest.php.
| PresentationTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 106 of file PresentationTest.php.
References $factory.
| PresentationTest::testBareTableRendering | ( | ) |
Definition at line 53 of file PresentationTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and TableTestBase\getTableFactory().
Here is the call graph for this function:| PresentationTest::testFullRendering | ( | ) |
Definition at line 143 of file PresentationTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\brutallyTrimSignals(), fields, ILIAS_UI_TestBase\getDefaultRenderer(), TableTestBase\getTableFactory(), and ILIAS\UI\examples\ViewControl\Sortation\small().
Here is the call graph for this function:| PresentationTest::testMinimalRendering | ( | ) |
Definition at line 223 of file PresentationTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\brutallyTrimSignals(), ILIAS_UI_TestBase\getDefaultRenderer(), and TableTestBase\getTableFactory().
Here is the call graph for this function:| PresentationTest::testRowConstruction | ( | ) |
Definition at line 72 of file PresentationTest.php.
References Vendor\Package\$f, and TableTestBase\getTableFactory().
Here is the call graph for this function:| PresentationTest::testTableConstruction | ( | ) |
Definition at line 33 of file PresentationTest.php.
References Vendor\Package\$f, and TableTestBase\getTableFactory().
Here is the call graph for this function: