|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Defines tests that a counter implementation should pass. More...
Inheritance diagram for CounterTest:
Collaboration diagram for CounterTest:Public Member Functions | |
| getCounterFactory () | |
| testImplementsFactoryInterface () | |
| testStatusCounter (int $number) | |
| testNoveltyCounter (int $number) | |
| testKnownCountersOnly () | |
| testIntNumbersOnly ($no_number) | |
| testRenderStatus (string $type, int $number) | |
Static Public Member Functions | |
| static | getNumberProvider () |
| static | getNoNumberProvider () |
| static | getCounterTypeAndNumberProvider () |
Static Public Attributes | |
| static array | $canonical_css_classes |
Defines tests that a counter implementation should pass.
Definition at line 31 of file CounterTest.php.
| CounterTest::getCounterFactory | ( | ) |
Definition at line 33 of file CounterTest.php.
Referenced by testImplementsFactoryInterface(), testIntNumbersOnly(), testNoveltyCounter(), testRenderStatus(), and testStatusCounter().
Here is the caller graph for this function:
|
static |
Definition at line 125 of file CounterTest.php.
|
static |
Definition at line 96 of file CounterTest.php.
|
static |
Definition at line 86 of file CounterTest.php.
| CounterTest::testImplementsFactoryInterface | ( | ) |
Definition at line 38 of file CounterTest.php.
References Vendor\Package\$f, and getCounterFactory().
Here is the call graph for this function:| CounterTest::testIntNumbersOnly | ( | $no_number | ) |
Definition at line 79 of file CounterTest.php.
References Vendor\Package\$f, and getCounterFactory().
Here is the call graph for this function:| CounterTest::testKnownCountersOnly | ( | ) |
Definition at line 72 of file CounterTest.php.
| CounterTest::testNoveltyCounter | ( | int | $number | ) |
Definition at line 61 of file CounterTest.php.
References $c, Vendor\Package\$f, and getCounterFactory().
Here is the call graph for this function:| CounterTest::testRenderStatus | ( | string | $type, |
| int | $number | ||
| ) |
Definition at line 112 of file CounterTest.php.
References $c, Vendor\Package\$f, and getCounterFactory().
Here is the call graph for this function:| CounterTest::testStatusCounter | ( | int | $number | ) |
Definition at line 49 of file CounterTest.php.
References $c, Vendor\Package\$f, and getCounterFactory().
Here is the call graph for this function:
|
static |
Definition at line 106 of file CounterTest.php.