| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ColorPickerInputTest:
 Collaboration diagram for ColorPickerInputTest:Public Member Functions | |
| setUp () | |
| testImplementsFactoryInterface () | |
| testRender () | |
| testRenderDisabled () | |
| testRenderRequired () | |
| testRenderValue () | |
| testValueRequired () | |
| testNullValue () | |
  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 | |
| buildFactory () | |
  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 | |
| DefNamesource | $name_source | 
Definition at line 31 of file ColorPickerInputTest.php.
      
  | 
  protected | 
Definition at line 40 of file ColorPickerInputTest.php.
References ILIAS_UI_TestBase\getLanguage().
Referenced by testImplementsFactoryInterface(), testNullValue(), testRender(), testRenderDisabled(), testRenderRequired(), testRenderValue(), and testValueRequired().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ColorPickerInputTest::setUp | ( | ) | 
Definition at line 35 of file ColorPickerInputTest.php.
| ColorPickerInputTest::testImplementsFactoryInterface | ( | ) | 
Definition at line 55 of file ColorPickerInputTest.php.
References Vendor\Package\$f, and buildFactory().
 Here is the call graph for this function:| ColorPickerInputTest::testNullValue | ( | ) | 
Definition at line 184 of file ColorPickerInputTest.php.
References Vendor\Package\$f, and buildFactory().
 Here is the call graph for this function:| ColorPickerInputTest::testRender | ( | ) | 
Definition at line 63 of file ColorPickerInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| ColorPickerInputTest::testRenderDisabled | ( | ) | 
Definition at line 85 of file ColorPickerInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| ColorPickerInputTest::testRenderRequired | ( | ) | 
Definition at line 110 of file ColorPickerInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| ColorPickerInputTest::testRenderValue | ( | ) | 
Definition at line 136 of file ColorPickerInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| ColorPickerInputTest::testValueRequired | ( | ) | 
Definition at line 161 of file ColorPickerInputTest.php.
References Vendor\Package\$f, and buildFactory().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 33 of file ColorPickerInputTest.php.