| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ViewControlTest:
 Collaboration diagram for ViewControlTest:Public Member Functions | |
| getViewControlFactory () | |
| testImplementsFactoryInterface () | |
| testViewControlSectionGetPreviousActions () | |
| testViewControlSectionGetNextActions () | |
| testRenderViewControlSection () | |
| testViewControlWithActive () | |
| testViewControlGetActions () | |
| testViewControlModeRender () | |
| getUIFactory () | |
  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) | |
Data Fields | |
| array | Github | 
Protected Member Functions | |
| getSectionExpectedHTML () | |
  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... | |
Protected Attributes | |
| array | $actions | 
| string | $aria_label = "Mode View Controler" | 
| string | $role = "group" | 
| string | $active = "Github" | 
Definition at line 28 of file ViewControlTest.php.
      
  | 
  protected | 
Definition at line 172 of file ViewControlTest.php.
References ILIAS\Repository\button().
Referenced by testRenderViewControlSection().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ViewControlTest::getUIFactory | ( | ) | 
Definition at line 158 of file ViewControlTest.php.
References ILIAS\Repository\button().
 Here is the call graph for this function:| ViewControlTest::getViewControlFactory | ( | ) | 
Definition at line 39 of file ViewControlTest.php.
Referenced by testImplementsFactoryInterface(), testRenderViewControlSection(), testViewControlGetActions(), testViewControlModeRender(), testViewControlSectionGetNextActions(), testViewControlSectionGetPreviousActions(), and testViewControlWithActive().
 Here is the caller graph for this function:| ViewControlTest::testImplementsFactoryInterface | ( | ) | 
Definition at line 44 of file ViewControlTest.php.
References getViewControlFactory().
 Here is the call graph for this function:| ViewControlTest::testRenderViewControlSection | ( | ) | 
Definition at line 87 of file ViewControlTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), getSectionExpectedHTML(), and getViewControlFactory().
 Here is the call graph for this function:| ViewControlTest::testViewControlGetActions | ( | ) | 
Definition at line 121 of file ViewControlTest.php.
References Vendor\Package\$f, and getViewControlFactory().
 Here is the call graph for this function:| ViewControlTest::testViewControlModeRender | ( | ) | 
Definition at line 128 of file ViewControlTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), getViewControlFactory(), and ILIAS_UI_TestBase\normalizeHTML().
 Here is the call graph for this function:| ViewControlTest::testViewControlSectionGetNextActions | ( | ) | 
Definition at line 74 of file ViewControlTest.php.
References getViewControlFactory().
 Here is the call graph for this function:| ViewControlTest::testViewControlSectionGetPreviousActions | ( | ) | 
Definition at line 61 of file ViewControlTest.php.
References getViewControlFactory().
 Here is the call graph for this function:| ViewControlTest::testViewControlWithActive | ( | ) | 
Definition at line 113 of file ViewControlTest.php.
References Vendor\Package\$f, and getViewControlFactory().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 30 of file ViewControlTest.php.
      
  | 
  protected | 
Definition at line 37 of file ViewControlTest.php.
      
  | 
  protected | 
Definition at line 35 of file ViewControlTest.php.
      
  | 
  protected | 
Definition at line 36 of file ViewControlTest.php.
| array ViewControlTest::Github | 
Definition at line 32 of file ViewControlTest.php.