|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for WorkflowStepTest:
Collaboration diagram for WorkflowStepTest:Public Member Functions | |
| setUp () | |
| test_implements_factory_interface () | |
| test_constructor_params () | |
| test_withStatus () | |
| test_withStatus_wrong_args () | |
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 | |
| Workflow Factory | $f |
Definition at line 26 of file WorkflowStepTest.php.
|
protected |
Definition at line 30 of file WorkflowStepTest.php.
Referenced by setUp().
Here is the caller graph for this function:| WorkflowStepTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 35 of file WorkflowStepTest.php.
References buildFactory().
Here is the call graph for this function:| WorkflowStepTest::test_constructor_params | ( | ) |
Definition at line 46 of file WorkflowStepTest.php.
| WorkflowStepTest::test_implements_factory_interface | ( | ) |
Definition at line 40 of file WorkflowStepTest.php.
| WorkflowStepTest::test_withStatus | ( | ) |
Definition at line 56 of file WorkflowStepTest.php.
| WorkflowStepTest::test_withStatus_wrong_args | ( | ) |
Definition at line 63 of file WorkflowStepTest.php.
References Vendor\Package\$e.
Definition at line 28 of file WorkflowStepTest.php.