|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Test on Bar Chart implementation. More...
Inheritance diagram for ChartBarTest:
Collaboration diagram for ChartBarTest:Public Member Functions | |
| getDataFactory () | |
| getUIFactory () | |
| testImplementsFactoryInterface () | |
| testGetInstances () | |
| testEmptyDataset () | |
| testWithTitle () | |
| testWithTitleInvisible () | |
| testWithTooltipsInvisible () | |
| testWithLegendInvisible () | |
| testWithLegendPosition () | |
| testWithInvalidLegendPosition () | |
| testWithDataset () | |
| testWithBarConfigs () | |
| testIndexAxis () | |
| testRenderHorizontal () | |
| testRenderVertical () | |
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 | |
| getFactory () | |
| getSimpleDataset () | |
| getExtendedDataset () | |
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 Chart implementation.
Definition at line 30 of file ChartBarTest.php.
| ChartBarTest::getDataFactory | ( | ) |
Definition at line 37 of file ChartBarTest.php.
Referenced by getExtendedDataset(), getSimpleDataset(), testEmptyDataset(), testIndexAxis(), and testWithBarConfigs().
Here is the caller graph for this function:
|
protected |
Definition at line 64 of file ChartBarTest.php.
References getDataFactory().
Referenced by testRenderVertical(), and testWithDataset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 32 of file ChartBarTest.php.
Referenced by testEmptyDataset(), testGetInstances(), testImplementsFactoryInterface(), testIndexAxis(), testRenderHorizontal(), testRenderVertical(), testWithBarConfigs(), testWithDataset(), testWithInvalidLegendPosition(), testWithLegendInvisible(), testWithLegendPosition(), testWithTitle(), testWithTitleInvisible(), and testWithTooltipsInvisible().
Here is the caller graph for this function:
|
protected |
Definition at line 52 of file ChartBarTest.php.
References getDataFactory().
Referenced by testGetInstances(), testIndexAxis(), testRenderHorizontal(), testWithBarConfigs(), testWithDataset(), testWithInvalidLegendPosition(), testWithLegendInvisible(), testWithLegendPosition(), testWithTitle(), testWithTitleInvisible(), and testWithTooltipsInvisible().
Here is the call graph for this function:
Here is the caller graph for this function:| ChartBarTest::getUIFactory | ( | ) |
Definition at line 42 of file ChartBarTest.php.
References ILIAS\Repository\listing().
Here is the call graph for this function:| ChartBarTest::testEmptyDataset | ( | ) |
Definition at line 107 of file ChartBarTest.php.
References Vendor\Package\$f, getDataFactory(), and getFactory().
Here is the call graph for this function:| ChartBarTest::testGetInstances | ( | ) |
Definition at line 85 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
Here is the call graph for this function:| ChartBarTest::testImplementsFactoryInterface | ( | ) |
Definition at line 78 of file ChartBarTest.php.
References Vendor\Package\$f, and getFactory().
Here is the call graph for this function:| ChartBarTest::testIndexAxis | ( | ) |
Definition at line 281 of file ChartBarTest.php.
References Vendor\Package\$f, getDataFactory(), getFactory(), and getSimpleDataset().
Here is the call graph for this function:| ChartBarTest::testRenderHorizontal | ( | ) |
Definition at line 303 of file ChartBarTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getFactory(), and getSimpleDataset().
Here is the call graph for this function:| ChartBarTest::testRenderVertical | ( | ) |
Definition at line 336 of file ChartBarTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), getExtendedDataset(), and getFactory().
Here is the call graph for this function:| ChartBarTest::testWithBarConfigs | ( | ) |
Definition at line 257 of file ChartBarTest.php.
References Vendor\Package\$f, getDataFactory(), getFactory(), and getSimpleDataset().
Here is the call graph for this function:| ChartBarTest::testWithDataset | ( | ) |
Definition at line 240 of file ChartBarTest.php.
References Vendor\Package\$f, getExtendedDataset(), getFactory(), and getSimpleDataset().
Here is the call graph for this function:| ChartBarTest::testWithInvalidLegendPosition | ( | ) |
Definition at line 223 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
Here is the call graph for this function:| ChartBarTest::testWithLegendInvisible | ( | ) |
Definition at line 191 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
Here is the call graph for this function:| ChartBarTest::testWithLegendPosition | ( | ) |
Definition at line 207 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
Here is the call graph for this function:| ChartBarTest::testWithTitle | ( | ) |
Definition at line 143 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
Here is the call graph for this function:| ChartBarTest::testWithTitleInvisible | ( | ) |
Definition at line 159 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
Here is the call graph for this function:| ChartBarTest::testWithTooltipsInvisible | ( | ) |
Definition at line 175 of file ChartBarTest.php.
References Vendor\Package\$f, getFactory(), and getSimpleDataset().
Here is the call graph for this function: