Definition at line 24 of file ilQTIRespconditionTest.php.
 
◆ continues()
  
  
      
        
          | static ilQTIRespconditionTest::continues  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ testConstruct()
      
        
          | ilQTIRespconditionTest::testConstruct  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testSetGetComment()
      
        
          | ilQTIRespconditionTest::testSetGetComment  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 48 of file ilQTIRespconditionTest.php.
   51         $instance->setComment(
'Some input.');
    52         $this->assertEquals(
'Some input.', $instance->getComment());
 
 
 
 
◆ testSetGetContinue()
      
        
          | ilQTIRespconditionTest::testSetGetContinue  | 
          ( | 
          string  | 
          $input,  | 
        
        
           | 
           | 
          ?string  | 
          $expected  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
continues 
Definition at line 34 of file ilQTIRespconditionTest.php.
   37         $instance->setContinue($input);
    38         $this->assertEquals($expected, $instance->getContinue());
 
 
 
 
◆ testSetGetTitle()
      
        
          | ilQTIRespconditionTest::testSetGetTitle  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 41 of file ilQTIRespconditionTest.php.
   44         $instance->setTitle(
'Some input.');
    45         $this->assertEquals(
'Some input.', $instance->getTitle());
 
 
 
 
The documentation for this class was generated from the following file: