ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
getUIFactory () | |
getDataFactory () | |
![]() | |
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 | |
getNamesource () | |
buildDataFactory () | |
buildRefinery () | |
buildFieldFactory () | |
buildVCFactory () | |
![]() | |
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... | |
Definition at line 30 of file ViewControlBaseTest.php.
|
protected |
Definition at line 46 of file ViewControlBaseTest.php.
Referenced by buildFieldFactory(), buildRefinery(), buildVCFactory(), getDataFactory(), ViewControlGenericTest\getViewControl(), ViewControlFieldSelectionTest\testViewControlFieldSelectionWithInput(), ViewControlSortationTest\testViewControlSortationWithInput(), and ViewControlGenericTest\testViewControlWithInput().
|
protected |
Definition at line 59 of file ViewControlBaseTest.php.
References buildDataFactory(), buildRefinery(), and ILIAS_UI_TestBase\getLanguage().
Referenced by buildVCFactory().
|
protected |
Definition at line 51 of file ViewControlBaseTest.php.
References buildDataFactory().
Referenced by buildFieldFactory(), buildVCFactory(), ViewControlGenericTest\getViewControl(), and ViewControlGenericTest\testViewControlWithInput().
|
protected |
Definition at line 70 of file ViewControlBaseTest.php.
References buildDataFactory(), buildFieldFactory(), buildRefinery(), and ILIAS_UI_TestBase\getLanguage().
Referenced by ViewControlNullTest\testViewControlFieldNullRendering(), ViewControlFieldSelectionTest\testViewControlFieldSelectionConstruct(), ViewControlFieldSelectionTest\testViewControlFieldSelectionRendering(), ViewControlFieldSelectionTest\testViewControlFieldSelectionRenderingOutsideContainer(), ViewControlFieldSelectionTest\testViewControlFieldSelectionWithInput(), ViewControlFieldSelectionTest\testViewControlFieldSelectionWithWrongValue(), ViewControlSortationTest\testViewControlFieldSortationRendering(), ViewControlGroupTest\testViewControlGroupCreation(), ViewControlGroupTest\testViewControlGroupGetContent(), ViewControlGroupTest\testViewControlGroupRendering(), ViewControlSortationTest\testViewControlSortationConstruct(), ViewControlSortationTest\testViewControlSortationRenderingOutsideContainer(), ViewControlSortationTest\testViewControlSortationWithInput(), and ViewControlSortationTest\testViewControlSortationWithWrongValue().
ViewControlBaseTest::getDataFactory | ( | ) |
Definition at line 103 of file ViewControlBaseTest.php.
References buildDataFactory().
|
protected |
Definition at line 32 of file ViewControlBaseTest.php.
References $name.
Referenced by ViewControlFieldSelectionTest\testViewControlFieldSelectionWithInput(), ViewControlSortationTest\testViewControlSortationWithInput(), and ViewControlGenericTest\testViewControlWithInput().
ViewControlBaseTest::getUIFactory | ( | ) |
Definition at line 81 of file ViewControlBaseTest.php.
References $factory.