ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
buildFactory () | |
Definition at line 10 of file LinearWorkflowTest.php.
|
protected |
Definition at line 12 of file LinearWorkflowTest.php.
Referenced by setUp().
LinearWorkflowTest::setUp | ( | ) |
Definition at line 17 of file LinearWorkflowTest.php.
References $f, and buildFactory().
LinearWorkflowTest::test_active | ( | ) |
Definition at line 52 of file LinearWorkflowTest.php.
LinearWorkflowTest::test_amount_of_steps | ( | ) |
Definition at line 47 of file LinearWorkflowTest.php.
LinearWorkflowTest::test_constructor | ( | ) |
Definition at line 40 of file LinearWorkflowTest.php.
LinearWorkflowTest::test_constructor_params | ( | ) |
Definition at line 33 of file LinearWorkflowTest.php.
LinearWorkflowTest::test_implements_factory_interface | ( | ) |
Definition at line 28 of file LinearWorkflowTest.php.
LinearWorkflowTest::test_withActive_throws | ( | ) |
Definition at line 58 of file LinearWorkflowTest.php.