ILIAS
release_8 Revision v8.19
|
Defines tests that a counter implementation should pass. More...
Public Member Functions | |
getCounterFactory () | |
test_implements_factory_interface () | |
test_status_counter (int $number) | |
number_provider More... | |
test_novelty_counter (int $number) | |
number_provider More... | |
test_known_counters_only () | |
test_int_numbers_only ($no_number) | |
no_number_provider More... | |
number_provider () | |
no_number_provider () | |
test_render_status (string $type, int $number) | |
counter_type_and_number_provider More... | |
counter_type_and_number_provider () | |
![]() | |
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) | |
Static Public Attributes | |
static array | $canonical_css_classes |
static array | novelty |
Additional Inherited Members | |
![]() | |
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... | |
Defines tests that a counter implementation should pass.
Definition at line 31 of file CounterTest.php.
CounterTest::counter_type_and_number_provider | ( | ) |
Definition at line 133 of file CounterTest.php.
CounterTest::getCounterFactory | ( | ) |
Definition at line 33 of file CounterTest.php.
Referenced by test_implements_factory_interface(), test_int_numbers_only(), test_novelty_counter(), test_render_status(), and test_status_counter().
CounterTest::no_number_provider | ( | ) |
Definition at line 102 of file CounterTest.php.
CounterTest::number_provider | ( | ) |
Definition at line 92 of file CounterTest.php.
CounterTest::test_implements_factory_interface | ( | ) |
Definition at line 38 of file CounterTest.php.
References Vendor\Package\$f, and getCounterFactory().
CounterTest::test_int_numbers_only | ( | $no_number | ) |
no_number_provider
Definition at line 85 of file CounterTest.php.
References Vendor\Package\$f, and getCounterFactory().
CounterTest::test_known_counters_only | ( | ) |
Definition at line 76 of file CounterTest.php.
CounterTest::test_novelty_counter | ( | int | $number | ) |
number_provider
Definition at line 65 of file CounterTest.php.
References $c, Vendor\Package\$f, and getCounterFactory().
CounterTest::test_render_status | ( | string | $type, |
int | $number | ||
) |
counter_type_and_number_provider
Definition at line 120 of file CounterTest.php.
References $c, Vendor\Package\$f, $type, ILIAS_UI_TestBase\assertHTMLEquals(), getCounterFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
CounterTest::test_status_counter | ( | int | $number | ) |
number_provider
Definition at line 51 of file CounterTest.php.
References $c, Vendor\Package\$f, and getCounterFactory().
|
static |
Definition at line 112 of file CounterTest.php.
|
static |
Definition at line 114 of file CounterTest.php.