Class ilMyTestResultsGUITest.  
 More...
◆ setUp()
  
  
      
        
          | ilMyTestResultsGUITest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ test_instantiateObject_shouldReturnInstance()
      
        
          | ilMyTestResultsGUITest::test_instantiateObject_shouldReturnInstance  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testObjectiveParent()
      
        
          | ilMyTestResultsGUITest::testObjectiveParent  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 65 of file ilMyTestResultsGUITest.php.
   67         $obj_mock = $this->createMock(ilTestObjectiveOrientedContainer::class);
    68         $this->testObj->setObjectiveParent($obj_mock);
    70         $this->assertEquals($obj_mock, $this->testObj->getObjectiveParent());
  
 
 
◆ testTestAccess()
      
        
          | ilMyTestResultsGUITest::testTestAccess  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 49 of file ilMyTestResultsGUITest.php.
   51         $obj_mock = $this->createMock(ilTestAccess::class);
    52         $this->testObj->setTestAccess($obj_mock);
    54         $this->assertEquals($obj_mock, $this->testObj->getTestAccess());
  
 
 
◆ testTestObj()
      
        
          | ilMyTestResultsGUITest::testTestObj  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 41 of file ilMyTestResultsGUITest.php.
   43         $obj_mock = $this->createMock(ilObjTest::class);
    44         $this->testObj->setTestObj($obj_mock);
    46         $this->assertEquals($obj_mock, $this->testObj->getTestObj());
  
 
 
◆ testTestSession()
      
        
          | ilMyTestResultsGUITest::testTestSession  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 57 of file ilMyTestResultsGUITest.php.
   59         $obj_mock = $this->createMock(ilTestSession::class);
    60         $this->testObj->setTestSession($obj_mock);
    62         $this->assertEquals($obj_mock, $this->testObj->getTestSession());
  
 
 
◆ $testObj
The documentation for this class was generated from the following file: