◆ 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 | ) |
|
Definition at line 60 of file SettingsParticipantFunctionalityTest.php.
60 : void
61 {
63
64 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
65 $this->assertEquals($io, $Settings_participant_functionality->getPostponedQuestionsMoveToEnd());
66 }
◆ testGetAndWithQuestionListEnabled()
SettingsParticipantFunctionalityTest::testGetAndWithQuestionListEnabled |
( |
bool |
$io | ) |
|
Definition at line 77 of file SettingsParticipantFunctionalityTest.php.
77 : void
78 {
80
81 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
82 $this->assertEquals($io, $Settings_participant_functionality->getQuestionListEnabled());
83 }
◆ testGetAndWithQuestionMarkingEnabled()
SettingsParticipantFunctionalityTest::testGetAndWithQuestionMarkingEnabled |
( |
bool |
$io | ) |
|
Definition at line 112 of file SettingsParticipantFunctionalityTest.php.
112 : void
113 {
115 $Settings_participant_functionality = $Settings_participant_functionality->withQuestionMarkingEnabled($io);
116
117 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
118 $this->assertEquals($io, $Settings_participant_functionality->getQuestionMarkingEnabled());
119 }
◆ testGetAndWithSuspendTestAllowed()
SettingsParticipantFunctionalityTest::testGetAndWithSuspendTestAllowed |
( |
bool |
$io | ) |
|
Definition at line 43 of file SettingsParticipantFunctionalityTest.php.
43 : void
44 {
46
47 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
48 $this->assertEquals($io, $Settings_participant_functionality->getSuspendTestAllowed());
49 }
◆ testGetAndWithUsePreviousAnswerAllowed()
SettingsParticipantFunctionalityTest::testGetAndWithUsePreviousAnswerAllowed |
( |
bool |
$io | ) |
|
Definition at line 26 of file SettingsParticipantFunctionalityTest.php.
26 : void
27 {
29
30 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
31 $this->assertEquals($io, $Settings_participant_functionality->getUsePreviousAnswerAllowed());
32 }
◆ testGetAndWithUsrPassOverviewMode()
SettingsParticipantFunctionalityTest::testGetAndWithUsrPassOverviewMode |
( |
int |
$io | ) |
|
Definition at line 94 of file SettingsParticipantFunctionalityTest.php.
94 : void
95 {
97
98 $this->assertInstanceOf(SettingsParticipantFunctionality::class, $Settings_participant_functionality);
99 $this->assertEquals($io, $Settings_participant_functionality->getUsrPassOverviewMode());
100 }
The documentation for this class was generated from the following file: