19 declare(strict_types=1);
32 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
33 $this->assertEquals($io, $Settings_participant_functionality->getUsePreviousAnswerAllowed());
51 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
52 $this->assertEquals($io, $Settings_participant_functionality->getSuspendTestAllowed());
70 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
71 $this->assertEquals($io, $Settings_participant_functionality->getPostponedQuestionsMoveToEnd());
89 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
90 $this->assertEquals($io, $Settings_participant_functionality->getQuestionListEnabled());
108 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
109 $this->assertEquals($io, $Settings_participant_functionality->getUsrPassOverviewMode());
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());
static getAndWithQuestionListEnabledDataProvider()
static getAndWithUsrPassOverviewEnabledDataProvider()
testGetAndWithSuspendTestAllowed(bool $io)
getAndWithSuspendTestAllowedDataProvider
static getAndWithPostponedQuestionsMoveToEndDataProvider()
testGetAndWithQuestionListEnabled(bool $io)
getAndWithQuestionListEnabledDataProvider
static getAndWithUsrPassOverviewModeDataProvider()
testGetAndWithUsePreviousAnswerAllowed(bool $io)
getAndWithUsePreviousAnswerAllowedDataProvider
static getAndWithUsePreviousAnswerAllowedDataProvider()
testGetAndWithUsrPassOverviewMode(int $io)
getAndWithUsrPassOverviewModeDataProvider
static getAndWithSuspendTestAllowedDataProvider()
testGetAndWithPostponedQuestionsMoveToEnd(bool $io)
getAndWithPostponedQuestionsMoveToEndDataProvider
testGetAndWithQuestionMarkingEnabled(bool $io)
getAndWithUsrPassOverviewEnabledDataProvider