|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Test on glyph implementation. More...
Inheritance diagram for GlyphTest:
Collaboration diagram for GlyphTest:Public Member Functions | |
| getGlyphFactory () | |
| getCounterFactory () | |
| testImplementsFactoryInterface (string $factory_method) | |
| getGlyphTypeProvider More... | |
| testGlyphTypes (string $factory_method) | |
| getGlyphTypeProvider More... | |
| testGlyphAction (string $factory_method) | |
| getGlyphTypeProvider More... | |
| testGlyphNoAction (string $factory_method) | |
| getGlyphTypeProvider More... | |
| testWithUnavailableAction (string $factory_method) | |
| getGlyphTypeProvider More... | |
| testWithHighlight () | |
| testNoCounter (string $factory_method) | |
| getGlyphTypeProvider More... | |
| testOneCounter (string $counter_type) | |
| getCounterTypeProvider More... | |
| testTwoCounters () | |
| testOnlyTwoCounters () | |
| testImmutabilityWithCounter () | |
| testKnownGlyphsOnly () | |
| testRenderSimple (string $type) | |
| getGlyphTypeProvider More... | |
| testRenderWithUnavailableAction (string $type) | |
| getGlyphTypeProvider More... | |
| testRenderWithCounter (string $type) | |
| getCounterTypeProvider More... | |
| testRenderWithTwoCounters () | |
| testDontRenderCounter () | |
| testRenderWithOnLoadCode (string $type) | |
| getGlyphTypeProvider More... | |
| testRenderWithAction (string $type) | |
| getGlyphTypeProvider More... | |
| testIsTabbable () | |
| testTabbableGlyphRender () | |
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 35 of file GlyphTest.php.
| GlyphTest::getCounterFactory | ( | ) |
Definition at line 42 of file GlyphTest.php.
Referenced by testDontRenderCounter(), testImmutabilityWithCounter(), testOneCounter(), testOnlyTwoCounters(), testRenderWithCounter(), testRenderWithTwoCounters(), and testTwoCounters().
Here is the caller graph for this function:
|
static |
Definition at line 357 of file GlyphTest.php.
| GlyphTest::getGlyphFactory | ( | ) |
Definition at line 37 of file GlyphTest.php.
Referenced by testGlyphAction(), testGlyphNoAction(), testGlyphTypes(), testImmutabilityWithCounter(), testImplementsFactoryInterface(), testIsTabbable(), testNoCounter(), testOneCounter(), testOnlyTwoCounters(), testRenderSimple(), testRenderWithAction(), testRenderWithCounter(), testRenderWithOnLoadCode(), testRenderWithTwoCounters(), testRenderWithUnavailableAction(), testTabbableGlyphRender(), testTwoCounters(), testWithHighlight(), and testWithUnavailableAction().
Here is the caller graph for this function:
|
static |
Definition at line 348 of file GlyphTest.php.
| GlyphTest::testDontRenderCounter | ( | ) |
Definition at line 450 of file GlyphTest.php.
References Vendor\Package\$f, $r, getCounterFactory(), and getLanguage().
Here is the call graph for this function:| GlyphTest::testGlyphAction | ( | string | $factory_method | ) |
getGlyphTypeProvider
Definition at line 195 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testGlyphNoAction | ( | string | $factory_method | ) |
getGlyphTypeProvider
Definition at line 207 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testGlyphTypes | ( | string | $factory_method | ) |
getGlyphTypeProvider
Definition at line 183 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testImmutabilityWithCounter | ( | ) |
Definition at line 327 of file GlyphTest.php.
References getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testImplementsFactoryInterface | ( | string | $factory_method | ) |
getGlyphTypeProvider
Definition at line 172 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testIsTabbable | ( | ) |
Definition at line 513 of file GlyphTest.php.
References $c, Vendor\Package\$f, $r, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testKnownGlyphsOnly | ( | ) |
Definition at line 342 of file GlyphTest.php.
| GlyphTest::testNoCounter | ( | string | $factory_method | ) |
getGlyphTypeProvider
Definition at line 243 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testOneCounter | ( | string | $counter_type | ) |
getCounterTypeProvider
Definition at line 254 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testOnlyTwoCounters | ( | ) |
Definition at line 298 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testRenderSimple | ( | string | $type | ) |
getGlyphTypeProvider
Definition at line 368 of file GlyphTest.php.
References $c, Vendor\Package\$f, $r, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testRenderWithAction | ( | string | $type | ) |
getGlyphTypeProvider
Definition at line 497 of file GlyphTest.php.
References $c, Vendor\Package\$f, $r, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testRenderWithCounter | ( | string | $type | ) |
getCounterTypeProvider
Definition at line 407 of file GlyphTest.php.
References $c, $r, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testRenderWithOnLoadCode | ( | string | $type | ) |
getGlyphTypeProvider
Definition at line 471 of file GlyphTest.php.
References $c, Vendor\Package\$f, $id, $r, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testRenderWithTwoCounters | ( | ) |
Definition at line 428 of file GlyphTest.php.
References $c, $r, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testRenderWithUnavailableAction | ( | string | $type | ) |
getGlyphTypeProvider
Definition at line 386 of file GlyphTest.php.
References $c, Vendor\Package\$f, $r, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testTabbableGlyphRender | ( | ) |
Definition at line 539 of file GlyphTest.php.
References $c, Vendor\Package\$f, $r, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testTwoCounters | ( | ) |
Definition at line 273 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testWithHighlight | ( | ) |
Definition at line 229 of file GlyphTest.php.
References getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testWithUnavailableAction | ( | string | $factory_method | ) |
getGlyphTypeProvider
Definition at line 219 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:
|
static |
Definition at line 108 of file GlyphTest.php.
|
static |
Definition at line 47 of file GlyphTest.php.