ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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 ilDBStepExecutionDB\finished().
ilDBStepExecutionDBTest::testFinishedWritesToDB | ( | ) |
Definition at line 187 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_CLASS, ilDBStepExecutionDB\FIELD_FINISHED, ilDBStepExecutionDB\FIELD_STEP, ilDBStepExecutionDB\finished(), and ilDBStepExecutionDB\TABLE_NAME.
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, and null.
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, and null.
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 ilDBStepExecutionDB\started().
ilDBStepExecutionDBTest::testStartedThrowsWhenLastStepNotFinished | ( | ) |
Definition at line 82 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\started().
ilDBStepExecutionDBTest::testStartedWritesToDB | ( | ) |
Definition at line 153 of file ilDBStepExecutionDBTest.php.
References ilDBStepExecutionDB\FIELD_CLASS, ilDBStepExecutionDB\FIELD_STARTED, ilDBStepExecutionDB\FIELD_STEP, ilDBStepExecutionDB\started(), and ilDBStepExecutionDB\TABLE_NAME.
|
private |
Definition at line 29 of file ilDBStepExecutionDBTest.php.
|
private |
Definition at line 30 of file ilDBStepExecutionDBTest.php.
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.