| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
Test on Bar Configuration implementation. More...
 Inheritance diagram for AxisTest:
 Collaboration diagram for AxisTest:Public Member Functions | |
| test_x_abbreviation () | |
| test_y_abbreviation () | |
| test_type () | |
| test_with_displayed () | |
| test_with_step_size () | |
| test_with_begin_at_zero () | |
| test_with_min () | |
| test_with_max () | |
| test_x_with_position () | |
| test_x_with_invalid_position () | |
| test_y_with_position () | |
| test_y_with_invalid_position () | |
  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) | |
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::test_type | ( | ) | 
Definition at line 46 of file AxisTest.php.
| AxisTest::test_with_begin_at_zero | ( | ) | 
Definition at line 75 of file AxisTest.php.
| AxisTest::test_with_displayed | ( | ) | 
Definition at line 57 of file AxisTest.php.
| AxisTest::test_with_max | ( | ) | 
Definition at line 93 of file AxisTest.php.
| AxisTest::test_with_min | ( | ) | 
Definition at line 84 of file AxisTest.php.
| AxisTest::test_with_step_size | ( | ) | 
Definition at line 66 of file AxisTest.php.
| AxisTest::test_x_abbreviation | ( | ) | 
Definition at line 32 of file AxisTest.php.
| AxisTest::test_x_with_invalid_position | ( | ) | 
Definition at line 111 of file AxisTest.php.
| AxisTest::test_x_with_position | ( | ) | 
Definition at line 102 of file AxisTest.php.
| AxisTest::test_y_abbreviation | ( | ) | 
Definition at line 39 of file AxisTest.php.
| AxisTest::test_y_with_invalid_position | ( | ) | 
Definition at line 130 of file AxisTest.php.
| AxisTest::test_y_with_position | ( | ) | 
Definition at line 121 of file AxisTest.php.