Class ilTestPlayerConfirmationModalTest.
More...
◆ setUp()
| ilTestPlayerConfirmationModalTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
| ilTestPlayerConfirmationModalTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testAddParameter()
| ilTestPlayerConfirmationModalTest::testAddParameter |
( |
| ) |
|
◆ testConfirmationCheckboxLabel()
| ilTestPlayerConfirmationModalTest::testConfirmationCheckboxLabel |
( |
| ) |
|
Definition at line 66 of file ilTestPlayerConfirmationModalTest.php.
68 $this->testObj->setConfirmationCheckboxLabel(
"testString");
69 $this->assertEquals(
"testString", $this->testObj->getConfirmationCheckboxLabel());
◆ testConfirmationCheckboxName()
| ilTestPlayerConfirmationModalTest::testConfirmationCheckboxName |
( |
| ) |
|
Definition at line 60 of file ilTestPlayerConfirmationModalTest.php.
62 $this->testObj->setConfirmationCheckboxName(
"testString");
63 $this->assertEquals(
"testString", $this->testObj->getConfirmationCheckboxName());
◆ testConfirmationText()
| ilTestPlayerConfirmationModalTest::testConfirmationText |
( |
| ) |
|
Definition at line 54 of file ilTestPlayerConfirmationModalTest.php.
56 $this->testObj->setConfirmationText(
"testString");
57 $this->assertEquals(
"testString", $this->testObj->getConfirmationText());
◆ testHeaderText()
| ilTestPlayerConfirmationModalTest::testHeaderText |
( |
| ) |
|
◆ testIsConfirmationCheckboxRequired()
| ilTestPlayerConfirmationModalTest::testIsConfirmationCheckboxRequired |
( |
| ) |
|
Definition at line 91 of file ilTestPlayerConfirmationModalTest.php.
93 $this->assertFalse($this->testObj->isConfirmationCheckboxRequired());
95 $this->testObj->setConfirmationCheckboxName(
"testName");
96 $this->testObj->setConfirmationCheckboxLabel(
"testLabel");
97 $this->assertTrue($this->testObj->isConfirmationCheckboxRequired());
◆ testModalId()
| ilTestPlayerConfirmationModalTest::testModalId |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: