|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 MockObject | $db |
| ilDBStepExecutionDB | $execution_db |
Definition at line 22 of file ilDBStepExecutionDBTest.php.
|
protected |
Definition at line 32 of file ilDBStepExecutionDBTest.php.
| ilDBStepExecutionDBTest::testFinishedThrowsOnLongClassName | ( | ) |
Definition at line 44 of file ilDBStepExecutionDBTest.php.
| ilDBStepExecutionDBTest::testFinishedThrowsWhenOtherStepThenLastIsFinished | ( | ) |
Definition at line 107 of file ilDBStepExecutionDBTest.php.
References $execution_db, and ilDBStepExecutionDB\finished().
Here is the call graph for this function:| ilDBStepExecutionDBTest::testFinishedWritesToDB | ( | ) |
Definition at line 187 of file ilDBStepExecutionDBTest.php.
References $execution_db, 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 248 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_CLASS, ilDBStepExecutionDB\FIELD_FINISHED, ilDBStepExecutionDB\FIELD_STEP, and ilDBStepExecutionDB\TABLE_NAME.
| ilDBStepExecutionDBTest::testGetLastFinishedStepStartsWithZero | ( | ) |
Definition at line 140 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_STEP.
| ilDBStepExecutionDBTest::testGetLastFinishedStepThrowsOnLongClassName | ( | ) |
Definition at line 56 of file ilDBStepExecutionDBTest.php.
| ilDBStepExecutionDBTest::testGetLastStartedStepQueriesDB | ( | ) |
Definition at line 218 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_CLASS, ilDBStepExecutionDB\FIELD_STEP, and ilDBStepExecutionDB\TABLE_NAME.
| ilDBStepExecutionDBTest::testGetLastStartedStepStartsWithZero | ( | ) |
Definition at line 127 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_STEP.
| ilDBStepExecutionDBTest::testGetLastStartedStepThrowsOnLongClassName | ( | ) |
Definition at line 50 of file ilDBStepExecutionDBTest.php.
| ilDBStepExecutionDBTest::testStartedThrowsOnLongClassName | ( | ) |
Definition at line 38 of file ilDBStepExecutionDBTest.php.
| ilDBStepExecutionDBTest::testStartedThrowsOnStartStepNotLargerThenLastFinishedStep | ( | ) |
Definition at line 62 of file ilDBStepExecutionDBTest.php.
References $execution_db, and ilDBStepExecutionDB\started().
Here is the call graph for this function:| ilDBStepExecutionDBTest::testStartedThrowsWhenLastStepNotFinished | ( | ) |
Definition at line 82 of file ilDBStepExecutionDBTest.php.
References $execution_db, and ilDBStepExecutionDB\started().
Here is the call graph for this function:| ilDBStepExecutionDBTest::testStartedWritesToDB | ( | ) |
Definition at line 153 of file ilDBStepExecutionDBTest.php.
References $execution_db, 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 29 of file ilDBStepExecutionDBTest.php.
|
private |
Definition at line 30 of file ilDBStepExecutionDBTest.php.
Referenced by testFinishedThrowsWhenOtherStepThenLastIsFinished(), testFinishedWritesToDB(), testStartedThrowsOnStartStepNotLargerThenLastFinishedStep(), testStartedThrowsWhenLastStepNotFinished(), and testStartedWritesToDB().
| const ilDBStepExecutionDBTest::CLASS_NAME_200 = "01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789" |
Definition at line 24 of file ilDBStepExecutionDBTest.php.
| const ilDBStepExecutionDBTest::CLASS_NAME_201 = "012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890" |
Definition at line 25 of file ilDBStepExecutionDBTest.php.