|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
ilLoggingActivityTest is part of the petri net based workflow engine. More...
Inheritance diagram for ilLoggingActivityTest:
Collaboration diagram for ilLoggingActivityTest:Public Member Functions | |
| setUp () | |
| tearDown () | |
| testConstructorValidContext () | |
| testSetGetValidLogFile () | |
| testSetGetNonWriteableLogFile () | |
| @expectedException ilWorkflowFilesystemException More... | |
| testSetGetIllegalExtensionLogFile () | |
| @expectedException ilWorkflowObjectStateException More... | |
| testSetGetLegalMessage () | |
| testSetGetNullLogMessage () | |
| @expectedException ilWorkflowObjectStateException More... | |
| testSetGetEmptyLogMessage () | |
| @expectedException ilWorkflowObjectStateException More... | |
| testSetGetValidLogLevel () | |
| testSetGetInvalidLogLevel () | |
| @expectedException ilWorkflowObjectStateException More... | |
| testExecute () | |
| testPassInUnwriteablePath () | |
| @expectedException ilWorkflowFilesystemException More... | |
| testGetContext () | |
Data Fields | |
| $test_dir | |
| vfsStream Test Directory, see setup. More... | |
ilLoggingActivityTest is part of the petri net based workflow engine.
This class holds all tests for the class activities/class.ilLoggingActivity
/
Definition at line 16 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::setUp | ( | ) |
Definition at line 21 of file ilLoggingActivityTest.php.
References defined.
| ilLoggingActivityTest::tearDown | ( | ) |
Definition at line 51 of file ilLoggingActivityTest.php.
References $ilSetting.
| ilLoggingActivityTest::testConstructorValidContext | ( | ) |
Definition at line 60 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testExecute | ( | ) |
Definition at line 203 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testGetContext | ( | ) |
Definition at line 237 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testPassInUnwriteablePath | ( | ) |
@expectedException ilWorkflowFilesystemException
Definition at line 230 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testSetGetEmptyLogMessage | ( | ) |
@expectedException ilWorkflowObjectStateException
Definition at line 159 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testSetGetIllegalExtensionLogFile | ( | ) |
@expectedException ilWorkflowObjectStateException
Definition at line 109 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testSetGetInvalidLogLevel | ( | ) |
@expectedException ilWorkflowObjectStateException
Definition at line 192 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testSetGetLegalMessage | ( | ) |
Definition at line 123 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testSetGetNonWriteableLogFile | ( | ) |
@expectedException ilWorkflowFilesystemException
Definition at line 93 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testSetGetNullLogMessage | ( | ) |
@expectedException ilWorkflowObjectStateException
Definition at line 144 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testSetGetValidLogFile | ( | ) |
Definition at line 73 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::testSetGetValidLogLevel | ( | ) |
Definition at line 171 of file ilLoggingActivityTest.php.
| ilLoggingActivityTest::$test_dir |
vfsStream Test Directory, see setup.
Definition at line 19 of file ilLoggingActivityTest.php.