|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for LinearWorkflowTest:
Collaboration diagram for LinearWorkflowTest:Public Member Functions | |
| setUp () | |
| test_implements_factory_interface () | |
| test_constructor_params () | |
| test_constructor () | |
| test_amount_of_steps () | |
| test_active () | |
| test_withActive_throws () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| 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) | |
Protected Member Functions | |
| buildFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| 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... | |
Protected Attributes | |
| string | $title |
| array | $steps |
| Workflow Linear | $wf |
Definition at line 26 of file LinearWorkflowTest.php.
|
protected |
Definition at line 32 of file LinearWorkflowTest.php.
Referenced by setUp().
Here is the caller graph for this function:| LinearWorkflowTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 37 of file LinearWorkflowTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| LinearWorkflowTest::test_active | ( | ) |
Definition at line 72 of file LinearWorkflowTest.php.
References $wf, ILIAS\UI\Component\Listing\Workflow\Workflow\getActive(), and ILIAS\UI\Component\Listing\Workflow\Workflow\withActive().
Here is the call graph for this function:| LinearWorkflowTest::test_amount_of_steps | ( | ) |
Definition at line 67 of file LinearWorkflowTest.php.
| LinearWorkflowTest::test_constructor | ( | ) |
Definition at line 60 of file LinearWorkflowTest.php.
| LinearWorkflowTest::test_constructor_params | ( | ) |
Definition at line 53 of file LinearWorkflowTest.php.
| LinearWorkflowTest::test_implements_factory_interface | ( | ) |
Definition at line 48 of file LinearWorkflowTest.php.
| LinearWorkflowTest::test_withActive_throws | ( | ) |
Definition at line 78 of file LinearWorkflowTest.php.
References Vendor\Package\$e.
|
protected |
Definition at line 29 of file LinearWorkflowTest.php.
|
protected |
Definition at line 28 of file LinearWorkflowTest.php.
Definition at line 30 of file LinearWorkflowTest.php.
Referenced by test_active().