|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Test on Bar Configuration implementation. More...
Inheritance diagram for AxisTest:
Collaboration diagram for AxisTest:Public Member Functions | |
| testXAbbreviation () | |
| testYAbbreviation () | |
| testType () | |
| testWithDisplayed () | |
| testWithStepSize () | |
| testWithBeginAtZero () | |
| testWithMin () | |
| testWithMax () | |
| testXWithPosition () | |
| testXWithInvalidPosition () | |
| testYWithPosition () | |
| testYWithInvalidPosition () | |
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 Bar Configuration implementation.
Definition at line 30 of file AxisTest.php.
| AxisTest::testType | ( | ) |
Definition at line 46 of file AxisTest.php.
| AxisTest::testWithBeginAtZero | ( | ) |
Definition at line 75 of file AxisTest.php.
| AxisTest::testWithDisplayed | ( | ) |
Definition at line 57 of file AxisTest.php.
| AxisTest::testWithMax | ( | ) |
Definition at line 93 of file AxisTest.php.
| AxisTest::testWithMin | ( | ) |
Definition at line 84 of file AxisTest.php.
| AxisTest::testWithStepSize | ( | ) |
Definition at line 66 of file AxisTest.php.
| AxisTest::testXAbbreviation | ( | ) |
Definition at line 32 of file AxisTest.php.
| AxisTest::testXWithInvalidPosition | ( | ) |
Definition at line 111 of file AxisTest.php.
| AxisTest::testXWithPosition | ( | ) |
Definition at line 102 of file AxisTest.php.
| AxisTest::testYAbbreviation | ( | ) |
Definition at line 39 of file AxisTest.php.
| AxisTest::testYWithInvalidPosition | ( | ) |
Definition at line 130 of file AxisTest.php.
| AxisTest::testYWithPosition | ( | ) |
Definition at line 121 of file AxisTest.php.