ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Test on glyph implementation. More...
Public Member Functions | |
getGlyphFactory () | |
getCounterFactory () | |
testImplementsFactoryInterface (string $factory_method) | |
testGlyphTypes (string $factory_method) | |
testGlyphNoAction (string $factory_method) | |
testWithUnavailableAction (string $factory_method) | |
testWithHighlight () | |
testNoCounter (string $factory_method) | |
testOneCounter (string $counter_type) | |
testTwoCounters () | |
testOnlyTwoCounters () | |
testImmutabilityWithCounter () | |
testKnownGlyphsOnly () | |
testRenderSimple (string $type) | |
testRenderWithUnavailableAction (string $type) | |
testRenderWithCounter (string $type) | |
testRenderWithTwoCounters () | |
testDontRenderCounter () | |
testRenderWithOnLoadCode (string $type) | |
Static Public Member Functions | |
static | getGlyphTypeProvider () |
static | getCounterTypeProvider () |
Static Public Attributes | |
static array | $canonical_css_classes |
static array | $aria_labels |
Test on glyph implementation.
Definition at line 36 of file GlyphTest.php.
GlyphTest::getCounterFactory | ( | ) |
Definition at line 43 of file GlyphTest.php.
Referenced by testDontRenderCounter(), testImmutabilityWithCounter(), testOneCounter(), testOnlyTwoCounters(), testRenderWithCounter(), testRenderWithTwoCounters(), and testTwoCounters().
|
static |
Definition at line 338 of file GlyphTest.php.
GlyphTest::getGlyphFactory | ( | ) |
Definition at line 38 of file GlyphTest.php.
Referenced by testGlyphNoAction(), testGlyphTypes(), testImmutabilityWithCounter(), testImplementsFactoryInterface(), testNoCounter(), testOneCounter(), testOnlyTwoCounters(), testRenderSimple(), testRenderWithCounter(), testRenderWithOnLoadCode(), testRenderWithTwoCounters(), testRenderWithUnavailableAction(), testTwoCounters(), testWithHighlight(), and testWithUnavailableAction().
|
static |
Definition at line 329 of file GlyphTest.php.
GlyphTest::testDontRenderCounter | ( | ) |
Definition at line 425 of file GlyphTest.php.
References Vendor\Package\$f, $r, getCounterFactory(), and getLanguage().
GlyphTest::testGlyphNoAction | ( | string | $factory_method | ) |
Definition at line 194 of file GlyphTest.php.
References Vendor\Package\$f, getGlyphFactory(), and null.
GlyphTest::testGlyphTypes | ( | string | $factory_method | ) |
Definition at line 184 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
GlyphTest::testImmutabilityWithCounter | ( | ) |
Definition at line 308 of file GlyphTest.php.
References getCounterFactory(), and getGlyphFactory().
GlyphTest::testImplementsFactoryInterface | ( | string | $factory_method | ) |
Definition at line 175 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
GlyphTest::testKnownGlyphsOnly | ( | ) |
Definition at line 323 of file GlyphTest.php.
GlyphTest::testNoCounter | ( | string | $factory_method | ) |
Definition at line 226 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
GlyphTest::testOneCounter | ( | string | $counter_type | ) |
Definition at line 235 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
GlyphTest::testOnlyTwoCounters | ( | ) |
Definition at line 279 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
GlyphTest::testRenderSimple | ( | string | $type | ) |
Definition at line 347 of file GlyphTest.php.
References $c, Vendor\Package\$f, $r, and getGlyphFactory().
GlyphTest::testRenderWithCounter | ( | string | $type | ) |
Definition at line 382 of file GlyphTest.php.
References $c, $r, getCounterFactory(), and getGlyphFactory().
GlyphTest::testRenderWithOnLoadCode | ( | string | $type | ) |
Definition at line 444 of file GlyphTest.php.
References $c, Vendor\Package\$f, $id, $r, and getGlyphFactory().
GlyphTest::testRenderWithTwoCounters | ( | ) |
Definition at line 403 of file GlyphTest.php.
References $c, $r, getCounterFactory(), and getGlyphFactory().
GlyphTest::testRenderWithUnavailableAction | ( | string | $type | ) |
Definition at line 363 of file GlyphTest.php.
References $c, Vendor\Package\$f, $r, and getGlyphFactory().
GlyphTest::testTwoCounters | ( | ) |
Definition at line 254 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
GlyphTest::testWithHighlight | ( | ) |
Definition at line 214 of file GlyphTest.php.
References getGlyphFactory().
GlyphTest::testWithUnavailableAction | ( | string | $factory_method | ) |
Definition at line 204 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
|
static |
Definition at line 111 of file GlyphTest.php.
|
static |
Definition at line 48 of file GlyphTest.php.