|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilDBStepExecutionDBTest:
Collaboration diagram for ilDBStepExecutionDBTest:Data Fields | |
| const | CLASS_NAME_200 = "01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789" |
| const | CLASS_NAME_201 = "012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890" |
Protected Member Functions | |
| setUp () | |
Private Attributes | |
| ilDBInterface PHPUnit Framework MockObject MockObject | $db |
| ilDBStepExecutionDB | $execution_db |
Definition at line 21 of file ilDBStepExecutionDBTest.php.
|
protected |
Definition at line 31 of file ilDBStepExecutionDBTest.php.
| ilDBStepExecutionDBTest::testFinishedThrowsOnLongClassName | ( | ) |
Definition at line 43 of file ilDBStepExecutionDBTest.php.
| ilDBStepExecutionDBTest::testFinishedThrowsWhenOtherStepThenLastIsFinished | ( | ) |
Definition at line 106 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\finished().
Here is the call graph for this function:| ilDBStepExecutionDBTest::testFinishedWritesToDB | ( | ) |
Definition at line 186 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_CLASS, ilDBStepExecutionDB\FIELD_FINISHED, ilDBStepExecutionDB\FIELD_STEP, ilDBStepExecutionDB\finished(), and ilDBStepExecutionDB\TABLE_NAME.
Here is the call graph for this function:| ilDBStepExecutionDBTest::testGetLastFinishedStepQueriesDB | ( | ) |
Definition at line 247 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_CLASS, ilDBStepExecutionDB\FIELD_FINISHED, ilDBStepExecutionDB\FIELD_STEP, and ilDBStepExecutionDB\TABLE_NAME.
| ilDBStepExecutionDBTest::testGetLastFinishedStepStartsWithZero | ( | ) |
Definition at line 139 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_STEP.
| ilDBStepExecutionDBTest::testGetLastFinishedStepThrowsOnLongClassName | ( | ) |
Definition at line 55 of file ilDBStepExecutionDBTest.php.
| ilDBStepExecutionDBTest::testGetLastStartedStepQueriesDB | ( | ) |
Definition at line 217 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_CLASS, ilDBStepExecutionDB\FIELD_STEP, and ilDBStepExecutionDB\TABLE_NAME.
| ilDBStepExecutionDBTest::testGetLastStartedStepStartsWithZero | ( | ) |
Definition at line 126 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_STEP.
| ilDBStepExecutionDBTest::testGetLastStartedStepThrowsOnLongClassName | ( | ) |
Definition at line 49 of file ilDBStepExecutionDBTest.php.
| ilDBStepExecutionDBTest::testStartedThrowsOnLongClassName | ( | ) |
Definition at line 37 of file ilDBStepExecutionDBTest.php.
| ilDBStepExecutionDBTest::testStartedThrowsOnStartStepNotLargerThenLastFinishedStep | ( | ) |
Definition at line 61 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\started().
Here is the call graph for this function:| ilDBStepExecutionDBTest::testStartedThrowsWhenLastStepNotFinished | ( | ) |
Definition at line 81 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\started().
Here is the call graph for this function:| ilDBStepExecutionDBTest::testStartedWritesToDB | ( | ) |
Definition at line 152 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_CLASS, ilDBStepExecutionDB\FIELD_STARTED, ilDBStepExecutionDB\FIELD_STEP, ilDBStepExecutionDB\started(), and ilDBStepExecutionDB\TABLE_NAME.
Here is the call graph for this function:
|
private |
Definition at line 28 of file ilDBStepExecutionDBTest.php.
|
private |
Definition at line 29 of file ilDBStepExecutionDBTest.php.
| const ilDBStepExecutionDBTest::CLASS_NAME_200 = "01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789" |
Definition at line 23 of file ilDBStepExecutionDBTest.php.
| const ilDBStepExecutionDBTest::CLASS_NAME_201 = "012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890" |
Definition at line 24 of file ilDBStepExecutionDBTest.php.