|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
ilEventDetectorTest is part of the petri net based workflow engine. More...
Inheritance diagram for ilEventDetectorTest:
Collaboration diagram for ilEventDetectorTest:Additional Inherited Members | |
Protected Member Functions inherited from ilWorkflowEngineBaseTest | |
| setGlobalVariable ($name, $value) | |
| setUp () | |
ilEventDetectorTest is part of the petri net based workflow engine.
This class holds all tests for the class detectors/class.ilEventDetector
/
Definition at line 15 of file ilEventDetectorTest.php.
| ilEventDetectorTest::setUp | ( | ) |
Reimplemented from ilWorkflowEngineBaseTest.
Definition at line 17 of file ilEventDetectorTest.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilEventDetectorTest::tearDown | ( | ) |
Definition at line 37 of file ilEventDetectorTest.php.
References $DIC.
| ilEventDetectorTest::testConstructorValidContext | ( | ) |
Definition at line 47 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testGetContext | ( | ) |
Definition at line 276 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testGetNonExistingDbId | ( | ) |
Definition at line 184 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testHasDbIdSet | ( | ) |
Definition at line 199 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testHasDbIdUnset | ( | ) |
Definition at line 213 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testIsListeningWithoutTimeFrame | ( | ) |
Definition at line 120 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testIsListeningWithPastTimeFrame | ( | ) |
Definition at line 75 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testIsListeningWithTimeFrame | ( | ) |
Definition at line 60 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testIsListeningWithWildcardBeginningTimeFrame | ( | ) |
Definition at line 105 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testIsListeningWithWildcardEndingTimeFrame | ( | ) |
Definition at line 90 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testSetGetDbId | ( | ) |
Definition at line 167 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testSetGetEvent | ( | ) |
Definition at line 225 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testSetGetEventContext | ( | ) |
Definition at line 259 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testSetGetEventSubject | ( | ) |
Definition at line 242 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testSetGetIllegalListeningTimeframe | ( | ) |
Definition at line 150 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testSetGetListeningTimeframe | ( | ) |
Definition at line 132 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testTriggerInvalidContent | ( | ) |
Definition at line 349 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testTriggerInvalidContextId | ( | ) |
Definition at line 484 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testTriggerInvalidContextType | ( | ) |
Definition at line 457 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testTriggerInvalidSubjectId | ( | ) |
Definition at line 430 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testTriggerInvalidSubjectType | ( | ) |
Definition at line 403 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testTriggerInvalidType | ( | ) |
Definition at line 376 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testTriggerValid | ( | ) |
Definition at line 292 of file ilEventDetectorTest.php.
| ilEventDetectorTest::testTriggerValidTwice | ( | ) |
Definition at line 319 of file ilEventDetectorTest.php.