Class ilTestArchiveServiceTest.  
 More...
◆ setUp()
  
  
      
        
          | ilTestArchiveServiceTest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Definition at line 29 of file ilTestArchiveServiceTest.php.
   34             $this->createMock(ilObjTest::class),
    35             $this->createMock(ilLanguage::class),
    36             $this->createMock(ilObjectDataCache::class),
    37             $this->createMock(ilTestHTMLGenerator::class)
 
 
 
 
◆ test_instantiateObject_shouldReturnInstance()
      
        
          | ilTestArchiveServiceTest::test_instantiateObject_shouldReturnInstance  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testParticipantData()
      
        
          | ilTestArchiveServiceTest::testParticipantData  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 46 of file ilTestArchiveServiceTest.php.
   48         $testParticipantData_mock = $this->createMock(ilTestParticipantData::class);
    50         $this->testObj->setParticipantData($testParticipantData_mock);
    52         $this->assertEquals($testParticipantData_mock, $this->testObj->getParticipantData());
  
 
 
◆ $testObj
The documentation for this class was generated from the following file: