Class ilTestPassDeletionConfirmationGUITest.
More...
◆ setUp()
ilTestPassDeletionConfirmationGUITest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 35 of file ilTestPassDeletionConfirmationGUITest.php.
35 : void
36 {
37 parent::setUp();
38 $this->testEvaluationGUI_mock = $this->createMock(ilTestEvaluationGUI::class);
39 $this->lng_mock = $this->createMock(ilLanguage::class);
40 $this->ctrl_mock = $this->createMock(ilCtrl::class);
41 }
◆ test_instantiateObject_shouldReturnInstance()
ilTestPassDeletionConfirmationGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 43 of file ilTestPassDeletionConfirmationGUITest.php.
43 : void
44 {
46 $this->ctrl_mock,
47 $this->lng_mock,
48 $this->testEvaluationGUI_mock
49 );
50
51 $this->assertInstanceOf(ilTestPassDeletionConfirmationGUI::class, $instance);
52 }
◆ testBuildFailsWithWrongContext()
ilTestPassDeletionConfirmationGUITest::testBuildFailsWithWrongContext |
( |
| ) |
|
◆ testConstructor()
ilTestPassDeletionConfirmationGUITest::testConstructor |
( |
| ) |
|
◆ $ctrl_mock
MockObject ilTestPassDeletionConfirmationGUITest::$ctrl_mock |
|
private |
◆ $lng_mock
MockObject ilTestPassDeletionConfirmationGUITest::$lng_mock |
|
private |
◆ $testEvaluationGUI_mock
MockObject ilTestPassDeletionConfirmationGUITest::$testEvaluationGUI_mock |
|
private |
The documentation for this class was generated from the following file: