ILIAS
release_8 Revision v8.23
|
Test on Bar Chart implementation. More...
Public Member Functions | |
getDataFactory () | |
getUIFactory () | |
test_implements_factory_interface () | |
test_get_instances () | |
test_empty_dataset () | |
test_with_title () | |
test_with_title_invisible () | |
test_with_tooltips_invisible () | |
test_with_legend_invisible () | |
test_with_legend_position () | |
test_with_invalid_legend_position () | |
test_with_dataset () | |
test_with_bar_configs () | |
test_index_axis () | |
test_render_horizontal () | |
test_render_vertical () | |
![]() | |
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 | |
getFactory () | |
getSimpleDataset () | |
getExtendedDataset () | |
![]() | |
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 Chart implementation.
Definition at line 30 of file ChartBarTest.php.
ChartBarTest::getDataFactory | ( | ) |
Definition at line 37 of file ChartBarTest.php.
Referenced by getExtendedDataset(), getSimpleDataset(), test_empty_dataset(), test_index_axis(), and test_with_bar_configs().
|
protected |
Definition at line 64 of file ChartBarTest.php.
References getDataFactory().
Referenced by test_render_vertical(), and test_with_dataset().
|
protected |
Definition at line 32 of file ChartBarTest.php.
Referenced by test_empty_dataset(), test_get_instances(), test_implements_factory_interface(), test_index_axis(), test_render_horizontal(), test_render_vertical(), test_with_bar_configs(), test_with_dataset(), test_with_invalid_legend_position(), test_with_legend_invisible(), test_with_legend_position(), test_with_title(), test_with_title_invisible(), and test_with_tooltips_invisible().
|
protected |
Definition at line 52 of file ChartBarTest.php.
References getDataFactory().
Referenced by test_get_instances(), test_index_axis(), test_render_horizontal(), test_with_bar_configs(), test_with_dataset(), test_with_invalid_legend_position(), test_with_legend_invisible(), test_with_legend_position(), test_with_title(), test_with_title_invisible(), and test_with_tooltips_invisible().
ChartBarTest::getUIFactory | ( | ) |
Definition at line 42 of file ChartBarTest.php.
ChartBarTest::test_empty_dataset | ( | ) |
Definition at line 107 of file ChartBarTest.php.
References Vendor\Package\$f, getDataFactory(), and getFactory().
ChartBarTest::test_get_instances | ( | ) |
Definition at line 85 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
ChartBarTest::test_implements_factory_interface | ( | ) |
Definition at line 78 of file ChartBarTest.php.
References Vendor\Package\$f, and getFactory().
ChartBarTest::test_index_axis | ( | ) |
Definition at line 281 of file ChartBarTest.php.
References Vendor\Package\$f, getDataFactory(), getFactory(), and getSimpleDataset().
ChartBarTest::test_render_horizontal | ( | ) |
Definition at line 303 of file ChartBarTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getFactory(), and getSimpleDataset().
ChartBarTest::test_render_vertical | ( | ) |
Definition at line 336 of file ChartBarTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getExtendedDataset(), and getFactory().
ChartBarTest::test_with_bar_configs | ( | ) |
Definition at line 257 of file ChartBarTest.php.
References Vendor\Package\$f, getDataFactory(), getFactory(), and getSimpleDataset().
ChartBarTest::test_with_dataset | ( | ) |
Definition at line 240 of file ChartBarTest.php.
References Vendor\Package\$f, getExtendedDataset(), getFactory(), and getSimpleDataset().
ChartBarTest::test_with_invalid_legend_position | ( | ) |
Definition at line 223 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
ChartBarTest::test_with_legend_invisible | ( | ) |
Definition at line 191 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
ChartBarTest::test_with_legend_position | ( | ) |
Definition at line 207 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
ChartBarTest::test_with_title | ( | ) |
Definition at line 143 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
ChartBarTest::test_with_title_invisible | ( | ) |
Definition at line 159 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
ChartBarTest::test_with_tooltips_invisible | ( | ) |
Definition at line 175 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().