| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Test on button implementation. More...
 Inheritance diagram for LegacyTest:
 Collaboration diagram for LegacyTest:Public Member Functions | |
| getUIFactory () | |
| testImplementsFactoryInterface () | |
| testGetContent () | |
| testRenderContent () | |
| testCreateWithCustomSignal () | |
| testGetExistingCustomSignal () | |
| testGetNonExistingCustomSignal () | |
| testGetListOfSignals () | |
| testGetListWithCustomSignalsAndCode () | |
  Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| getHelpTextRetriever () | |
| getUploadLimitResolver () | |
| 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) | |
Additional Inherited Members | |
  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... | |
Test on button implementation.
Definition at line 30 of file LegacyTest.php.
| LegacyTest::getUIFactory | ( | ) | 
Definition at line 32 of file LegacyTest.php.
References ILIAS\UI\examples\MainControls\Slate\Legacy\legacy().
Referenced by testCreateWithCustomSignal(), testGetContent(), testGetExistingCustomSignal(), testGetListOfSignals(), testGetListWithCustomSignalsAndCode(), testGetNonExistingCustomSignal(), testImplementsFactoryInterface(), and testRenderContent().
 Here is the call graph for this function:
 Here is the caller graph for this function:| LegacyTest::testCreateWithCustomSignal | ( | ) | 
Definition at line 75 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
 Here is the call graph for this function:| LegacyTest::testGetContent | ( | ) | 
Definition at line 53 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
 Here is the call graph for this function:| LegacyTest::testGetExistingCustomSignal | ( | ) | 
Definition at line 83 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
 Here is the call graph for this function:| LegacyTest::testGetListOfSignals | ( | ) | 
Definition at line 103 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
 Here is the call graph for this function:| LegacyTest::testGetListWithCustomSignalsAndCode | ( | ) | 
Definition at line 115 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
 Here is the call graph for this function:| LegacyTest::testGetNonExistingCustomSignal | ( | ) | 
Definition at line 92 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
 Here is the call graph for this function:| LegacyTest::testImplementsFactoryInterface | ( | ) | 
Definition at line 42 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
 Here is the call graph for this function:| LegacyTest::testRenderContent | ( | ) | 
Definition at line 62 of file LegacyTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
 Here is the call graph for this function: