| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Tests on implementation for the roundtrip modal. More...
 Inheritance diagram for RoundTripTest:
 Collaboration diagram for RoundTripTest:Public Member Functions | |
| testGetTitle () | |
| testGetContent () | |
| testGetActionButtons () | |
| testWithActionButtons () | |
| testSimpleRendering () | |
  Public Member Functions inherited from ModalBase | |
| getUIFactory () | |
| normalizeHTML (string $html) | |
  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) | |
Protected Member Functions | |
| getExpectedHTML () | |
  Protected Member Functions inherited from ModalBase | |
| getModalFactory () | |
| getButtonFactory () | |
| getDummyComponent () | |
  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 on implementation for the roundtrip modal.
Definition at line 28 of file RoundTripTest.php.
      
  | 
  protected | 
Definition at line 82 of file RoundTripTest.php.
References ILIAS\Repository\button().
Referenced by testSimpleRendering().
 Here is the call graph for this function:
 Here is the caller graph for this function:| RoundTripTest::testGetActionButtons | ( | ) | 
Definition at line 46 of file RoundTripTest.php.
References ModalBase\getButtonFactory(), ModalBase\getDummyComponent(), and ModalBase\getModalFactory().
 Here is the call graph for this function:| RoundTripTest::testGetContent | ( | ) | 
Definition at line 36 of file RoundTripTest.php.
References ModalBase\getDummyComponent(), and ModalBase\getModalFactory().
 Here is the call graph for this function:| RoundTripTest::testGetTitle | ( | ) | 
Definition at line 30 of file RoundTripTest.php.
References ModalBase\getDummyComponent(), and ModalBase\getModalFactory().
 Here is the call graph for this function:| RoundTripTest::testSimpleRendering | ( | ) | 
Definition at line 70 of file RoundTripTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), ModalBase\getButtonFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), getExpectedHTML(), ModalBase\getModalFactory(), ModalBase\getUIFactory(), ILIAS\UI\examples\MainControls\Slate\Legacy\legacy(), and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
 Here is the call graph for this function:| RoundTripTest::testWithActionButtons | ( | ) | 
Definition at line 57 of file RoundTripTest.php.
References ModalBase\getButtonFactory(), ModalBase\getDummyComponent(), and ModalBase\getModalFactory().
 Here is the call graph for this function: