◆ getAndWithPostponedQuestionsMoveToEndDataProvider()
static SettingsParticipantFunctionalityTest::getAndWithPostponedQuestionsMoveToEndDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithQuestionListEnabledDataProvider()
static SettingsParticipantFunctionalityTest::getAndWithQuestionListEnabledDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithSuspendTestAllowedDataProvider()
static SettingsParticipantFunctionalityTest::getAndWithSuspendTestAllowedDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithUsePreviousAnswerAllowedDataProvider()
static SettingsParticipantFunctionalityTest::getAndWithUsePreviousAnswerAllowedDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithUsrPassOverviewEnabledDataProvider()
static SettingsParticipantFunctionalityTest::getAndWithUsrPassOverviewEnabledDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithUsrPassOverviewModeDataProvider()
static SettingsParticipantFunctionalityTest::getAndWithUsrPassOverviewModeDataProvider |
( |
| ) |
|
|
static |
◆ testGetAndWithPostponedQuestionsMoveToEnd()
SettingsParticipantFunctionalityTest::testGetAndWithPostponedQuestionsMoveToEnd |
( |
bool |
$io | ) |
|
getAndWithPostponedQuestionsMoveToEndDataProvider
Definition at line 66 of file SettingsParticipantFunctionalityTest.php.
70 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
71 $this->assertEquals($io, $Settings_participant_functionality->getPostponedQuestionsMoveToEnd());
◆ testGetAndWithQuestionListEnabled()
SettingsParticipantFunctionalityTest::testGetAndWithQuestionListEnabled |
( |
bool |
$io | ) |
|
getAndWithQuestionListEnabledDataProvider
Definition at line 85 of file SettingsParticipantFunctionalityTest.php.
89 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
90 $this->assertEquals($io, $Settings_participant_functionality->getQuestionListEnabled());
◆ testGetAndWithQuestionMarkingEnabled()
SettingsParticipantFunctionalityTest::testGetAndWithQuestionMarkingEnabled |
( |
bool |
$io | ) |
|
getAndWithUsrPassOverviewEnabledDataProvider
Definition at line 124 of file SettingsParticipantFunctionalityTest.php.
127 $Settings_participant_functionality = $Settings_participant_functionality->withQuestionMarkingEnabled($io);
129 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
130 $this->assertEquals($io, $Settings_participant_functionality->getQuestionMarkingEnabled());
◆ testGetAndWithSuspendTestAllowed()
SettingsParticipantFunctionalityTest::testGetAndWithSuspendTestAllowed |
( |
bool |
$io | ) |
|
getAndWithSuspendTestAllowedDataProvider
Definition at line 47 of file SettingsParticipantFunctionalityTest.php.
51 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
52 $this->assertEquals($io, $Settings_participant_functionality->getSuspendTestAllowed());
◆ testGetAndWithUsePreviousAnswerAllowed()
SettingsParticipantFunctionalityTest::testGetAndWithUsePreviousAnswerAllowed |
( |
bool |
$io | ) |
|
getAndWithUsePreviousAnswerAllowedDataProvider
Definition at line 28 of file SettingsParticipantFunctionalityTest.php.
32 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
33 $this->assertEquals($io, $Settings_participant_functionality->getUsePreviousAnswerAllowed());
◆ testGetAndWithUsrPassOverviewMode()
SettingsParticipantFunctionalityTest::testGetAndWithUsrPassOverviewMode |
( |
int |
$io | ) |
|
getAndWithUsrPassOverviewModeDataProvider
Definition at line 104 of file SettingsParticipantFunctionalityTest.php.
108 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
109 $this->assertEquals($io, $Settings_participant_functionality->getUsrPassOverviewMode());
The documentation for this class was generated from the following file: