ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Class ilTestParticipantListTest. More...
Public Member Functions | |
test_instantiateObject_shouldReturnInstance () | |
testAddParticipant () | |
testGetParticipantByUsrId () | |
testHasUnfinishedPasses () | |
testGetAllUserIds () | |
testGetAllActiveIds () | |
testIsActiveIdInList () | |
testGetAccessFilteredList () | |
testCurrent () | |
testNext () | |
testKey () | |
testValid () | |
testRewind () | |
![]() | |
createInstanceOf (string $class_name, array $explicit_parameters=[]) | |
createTraitInstanceOf (string $class_name, array $explicit_parameters=[]) | |
Protected Member Functions | |
setUp () | |
![]() | |
setUp () | |
tearDown () | |
Private Attributes | |
ilTestParticipantList | $testObj |
Additional Inherited Members | |
![]() | |
static | callMethod ($obj, $name, array $args=[]) |
static | getNonPublicPropertyValue (object $obj, string $name) |
![]() | |
const string | MOCKED_METHOD_WITHOUT_OUTPUT = 'MOCKED_METHOD_WITHOUT_OUTPUT' |
const string | DYNAMIC_CLASS = 'DynamicClass' |
![]() | |
Container | $dic = null |
Container | $backup_dic = null |
![]() | |
static int | $DYNAMIC_CLASS_COUNT = 0 |
Class ilTestParticipantListTest.
Definition at line 25 of file ilTestParticipantListTest.php.
|
protected |
Definition at line 29 of file ilTestParticipantListTest.php.
References $DIC, addGlobal_ilUser(), and getTestObjMock().
ilTestParticipantListTest::test_instantiateObject_shouldReturnInstance | ( | ) |
Definition at line 44 of file ilTestParticipantListTest.php.
ilTestParticipantListTest::testAddParticipant | ( | ) |
Definition at line 49 of file ilTestParticipantListTest.php.
ilTestParticipantListTest::testCurrent | ( | ) |
Definition at line 169 of file ilTestParticipantListTest.php.
References $id.
ilTestParticipantListTest::testGetAccessFilteredList | ( | ) |
Definition at line 138 of file ilTestParticipantListTest.php.
References $id.
ilTestParticipantListTest::testGetAllActiveIds | ( | ) |
Definition at line 100 of file ilTestParticipantListTest.php.
References $id.
ilTestParticipantListTest::testGetAllUserIds | ( | ) |
Definition at line 82 of file ilTestParticipantListTest.php.
References $id.
ilTestParticipantListTest::testGetParticipantByUsrId | ( | ) |
Definition at line 58 of file ilTestParticipantListTest.php.
ilTestParticipantListTest::testHasUnfinishedPasses | ( | ) |
Definition at line 67 of file ilTestParticipantListTest.php.
ilTestParticipantListTest::testIsActiveIdInList | ( | ) |
Definition at line 118 of file ilTestParticipantListTest.php.
References $id.
ilTestParticipantListTest::testKey | ( | ) |
Definition at line 214 of file ilTestParticipantListTest.php.
References $id.
ilTestParticipantListTest::testNext | ( | ) |
Definition at line 190 of file ilTestParticipantListTest.php.
References $id.
ilTestParticipantListTest::testRewind | ( | ) |
Definition at line 255 of file ilTestParticipantListTest.php.
References $id.
ilTestParticipantListTest::testValid | ( | ) |
Definition at line 232 of file ilTestParticipantListTest.php.
References $id.
|
private |
Definition at line 27 of file ilTestParticipantListTest.php.