|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for DurationInputTest:
Collaboration diagram for DurationInputTest:Public Member Functions | |
| setUp () | |
| getUIFactory () | |
| test_withFormat () | |
| test_withMinValue () | |
| test_withMaxValue () | |
| test_withUseTime () | |
| test_withTimeOnly () | |
| test_withTimeZone () | |
| test_withInvalidTimeZone () | |
| testWithoutByline () | |
| test_render () | |
| testRenderwithDifferentLabels ($datetime) | |
| @depends test_render More... | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| 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 | |
| buildLanguage () | |
| buildRefinery () | |
| 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 |
| Data Factory | $data_factory |
| I Input Field Factory | $factory |
| ilLanguage | $lng |
Definition at line 31 of file DurationInputTest.php.
|
protected |
Definition at line 59 of file DurationInputTest.php.
References buildLanguage(), and buildRefinery().
Referenced by setUp().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 45 of file DurationInputTest.php.
References $lng, and ILIAS\Repository\lng().
Referenced by buildFactory(), and buildRefinery().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 54 of file DurationInputTest.php.
References buildLanguage().
Referenced by buildFactory().
Here is the call graph for this function:
Here is the caller graph for this function:| DurationInputTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 70 of file DurationInputTest.php.
| DurationInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 38 of file DurationInputTest.php.
References buildFactory().
Here is the call graph for this function:| DurationInputTest::test_render | ( | ) |
Definition at line 159 of file DurationInputTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| DurationInputTest::test_withFormat | ( | ) |
Definition at line 84 of file DurationInputTest.php.
References $format.
| DurationInputTest::test_withInvalidTimeZone | ( | ) |
Definition at line 145 of file DurationInputTest.php.
| DurationInputTest::test_withMaxValue | ( | ) |
Definition at line 108 of file DurationInputTest.php.
| DurationInputTest::test_withMinValue | ( | ) |
Definition at line 96 of file DurationInputTest.php.
| DurationInputTest::test_withTimeOnly | ( | ) |
Definition at line 127 of file DurationInputTest.php.
| DurationInputTest::test_withTimeZone | ( | ) |
Definition at line 134 of file DurationInputTest.php.
| DurationInputTest::test_withUseTime | ( | ) |
Definition at line 120 of file DurationInputTest.php.
| DurationInputTest::testRenderwithDifferentLabels | ( | $datetime | ) |
@depends test_render
Definition at line 198 of file DurationInputTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| DurationInputTest::testWithoutByline | ( | ) |
Definition at line 153 of file DurationInputTest.php.
|
protected |
Definition at line 34 of file DurationInputTest.php.
|
protected |
Definition at line 35 of file DurationInputTest.php.
|
protected |
Definition at line 36 of file DurationInputTest.php.
Referenced by buildLanguage().
|
protected |
Definition at line 33 of file DurationInputTest.php.