ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
ilLoggingActivityTest is part of the petri net based workflow engine. More...
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 55 of file ilLoggingActivityTest.php.
References $ilSetting.
ilLoggingActivityTest::testConstructorValidContext | ( | ) |
Definition at line 65 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testExecute | ( | ) |
Definition at line 208 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testGetContext | ( | ) |
Definition at line 242 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testPassInUnwriteablePath | ( | ) |
@expectedException ilWorkflowFilesystemException
Definition at line 235 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testSetGetEmptyLogMessage | ( | ) |
@expectedException ilWorkflowObjectStateException
Definition at line 164 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testSetGetIllegalExtensionLogFile | ( | ) |
@expectedException ilWorkflowObjectStateException
Definition at line 114 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testSetGetInvalidLogLevel | ( | ) |
@expectedException ilWorkflowObjectStateException
Definition at line 197 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testSetGetLegalMessage | ( | ) |
Definition at line 128 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testSetGetNonWriteableLogFile | ( | ) |
@expectedException ilWorkflowFilesystemException
Definition at line 98 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testSetGetNullLogMessage | ( | ) |
@expectedException ilWorkflowObjectStateException
Definition at line 149 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testSetGetValidLogFile | ( | ) |
Definition at line 78 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::testSetGetValidLogLevel | ( | ) |
Definition at line 176 of file ilLoggingActivityTest.php.
ilLoggingActivityTest::$test_dir |
vfsStream Test Directory, see setup.
Definition at line 19 of file ilLoggingActivityTest.php.