ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
getDefaultRenderer (?JavaScriptBinding $js_binding=null, array $with_stub_renderings=[], array $with_additional_contexts=[],) | |
getUIFactory () | |
testWithValueForInvalidArguments (mixed $value) | |
getInvalidArgumentsForWithValue More... | |
testWithValueForValidArguments (string|int|null $value) | |
getValidArgumentsForWithValue More... | |
testRenderWithValue () | |
testRenderWithDisabled () | |
testRenderWithRequired () | |
testRenderDrilldownMenu () | |
Static Public Member Functions | |
static | getInvalidArgumentsForWithValue () |
static | getValidArgumentsForWithValue () |
Protected Member Functions | |
setUp () | |
getMenuFactory () | |
getFieldFactory (?Field\Node\Factory $node_factory=null) | |
getNodeRetrieval (array $node_stubs=[], array $leaf_stubs=[]) | |
getLeafStub (string|int $id='', string $name='') | |
getBreadcrumbsStub () | |
getDrilldownStub () | |
getLinkStub () | |
getBulkyStub () | |
createSimpleRenderingStub (string $class_name) | |
Protected Attributes | |
Component Button Bulky &MockObject | $bulky_stub |
string | $bulky_html |
Component Link Standard &MockObject | $link_stub |
string | $link_html |
Component Menu Drilldown &MockObject | $drilldown_stub |
string | $drilldown_html |
Component Breadcrumbs Breadcrumbs &MockObject | $breadcrumbs_stub |
string | $breadcrumbs_html |
Component SignalGeneratorInterface | $signal_generator |
Component Menu Factory | $menu_factory |
Definition at line 33 of file TreeSelectTest.php.
|
protected |
Definition at line 404 of file TreeSelectTest.php.
Referenced by getBreadcrumbsStub(), getBulkyStub(), getDrilldownStub(), and getLinkStub().
|
protected |
Definition at line 380 of file TreeSelectTest.php.
References createSimpleRenderingStub().
Referenced by setUp().
|
protected |
Definition at line 398 of file TreeSelectTest.php.
References createSimpleRenderingStub().
Referenced by setUp().
TreeSelectTest::getDefaultRenderer | ( | ?JavaScriptBinding | $js_binding = null , |
array | $with_stub_renderings = [] , |
||
array | $with_additional_contexts = [] |
||
) |
Definition at line 62 of file TreeSelectTest.php.
Referenced by testRenderDrilldownMenu(), testRenderWithDisabled(), testRenderWithRequired(), and testRenderWithValue().
|
protected |
Definition at line 386 of file TreeSelectTest.php.
References createSimpleRenderingStub().
Referenced by setUp().
|
protected |
Definition at line 344 of file TreeSelectTest.php.
References ILIAS\UI\Implementation\Component\Input\getDataFactory(), and getLanguage().
Referenced by testRenderDrilldownMenu(), testRenderWithDisabled(), testRenderWithRequired(), testRenderWithValue(), testWithValueForInvalidArguments(), and testWithValueForValidArguments().
|
static |
Definition at line 316 of file TreeSelectTest.php.
|
protected |
Definition at line 369 of file TreeSelectTest.php.
References $id.
Referenced by testRenderDrilldownMenu(), and testRenderWithValue().
|
protected |
Definition at line 392 of file TreeSelectTest.php.
References createSimpleRenderingStub().
Referenced by setUp().
|
protected |
Definition at line 339 of file TreeSelectTest.php.
Referenced by testRenderDrilldownMenu().
|
protected |
Field |
Definition at line 360 of file TreeSelectTest.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
Referenced by testRenderDrilldownMenu(), testRenderWithDisabled(), testRenderWithRequired(), testRenderWithValue(), testWithValueForInvalidArguments(), and testWithValueForValidArguments().
TreeSelectTest::getUIFactory | ( | ) |
Definition at line 76 of file TreeSelectTest.php.
References $breadcrumbs_stub, $menu_factory, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\UI\examples\Breadcrumbs\breadcrumbs(), ILIAS\Repository\button(), ILIAS\Repository\link(), and ILIAS\Repository\symbol().
|
static |
Definition at line 327 of file TreeSelectTest.php.
References null.
|
protected |
Definition at line 47 of file TreeSelectTest.php.
References $breadcrumbs_html, $breadcrumbs_stub, $bulky_html, $bulky_stub, $drilldown_html, $drilldown_stub, $link_html, $link_stub, getBreadcrumbsStub(), getBulkyStub(), getDrilldownStub(), and getLinkStub().
TreeSelectTest::testRenderDrilldownMenu | ( | ) |
Definition at line 239 of file TreeSelectTest.php.
References $renderer, ILIAS\Repository\button(), ILIAS\UI\examples\Symbol\Glyph\Close\close(), getDefaultRenderer(), getFieldFactory(), getLeafStub(), getMenuFactory(), getNodeRetrieval(), ILIAS\UI\examples\Symbol\Glyph\Header\header(), null, and ILIAS\Repository\ui().
TreeSelectTest::testRenderWithDisabled | ( | ) |
Definition at line 193 of file TreeSelectTest.php.
References $renderer, ILIAS\UI\examples\Input\Field\Checkbox\disabled(), getDefaultRenderer(), getFieldFactory(), and getNodeRetrieval().
TreeSelectTest::testRenderWithRequired | ( | ) |
Definition at line 216 of file TreeSelectTest.php.
References $renderer, getDefaultRenderer(), getFieldFactory(), and getNodeRetrieval().
TreeSelectTest::testRenderWithValue | ( | ) |
Definition at line 159 of file TreeSelectTest.php.
References $renderer, ILIAS\Repository\button(), getDefaultRenderer(), getFieldFactory(), getLeafStub(), getNodeRetrieval(), and null.
TreeSelectTest::testWithValueForInvalidArguments | ( | mixed | $value | ) |
getInvalidArgumentsForWithValue
Definition at line 142 of file TreeSelectTest.php.
References getFieldFactory(), and getNodeRetrieval().
TreeSelectTest::testWithValueForValidArguments | ( | string|int|null | $value | ) |
getValidArgumentsForWithValue
Definition at line 151 of file TreeSelectTest.php.
References getFieldFactory(), and getNodeRetrieval().
|
protected |
Definition at line 42 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 41 of file TreeSelectTest.php.
Referenced by getUIFactory(), and setUp().
|
protected |
Definition at line 36 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 35 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 40 of file TreeSelectTest.php.
Referenced by setUp().
Definition at line 39 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 38 of file TreeSelectTest.php.
Referenced by setUp().
Definition at line 37 of file TreeSelectTest.php.
Referenced by setUp().
Definition at line 45 of file TreeSelectTest.php.
Referenced by getUIFactory().
|
protected |
Definition at line 44 of file TreeSelectTest.php.