Definition at line 24 of file ilQTIResponseLabelTest.php.
 
◆ areas()
  
  
      
        
          | static ilQTIResponseLabelTest::areas  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ rranges()
  
  
      
        
          | static ilQTIResponseLabelTest::rranges  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ rshuffles()
  
  
      
        
          | static ilQTIResponseLabelTest::rshuffles  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ testConstruct()
      
        
          | ilQTIResponseLabelTest::testConstruct  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testSetGetContent()
      
        
          | ilQTIResponseLabelTest::testSetGetContent  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 89 of file ilQTIResponseLabelTest.php.
   92         $instance->setContent(
'Some input.');
    93         $this->assertEquals(
'Some input.', $instance->getContent());
 
 
 
 
◆ testSetGetIdent()
      
        
          | ilQTIResponseLabelTest::testSetGetIdent  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 68 of file ilQTIResponseLabelTest.php.
   71         $instance->setIdent(
'Some input.');
    72         $this->assertEquals(
'Some input.', $instance->getIdent());
 
 
 
 
◆ testSetGetLabelrefid()
      
        
          | ilQTIResponseLabelTest::testSetGetLabelrefid  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 61 of file ilQTIResponseLabelTest.php.
   64         $instance->setLabelrefid(
'Some input.');
    65         $this->assertEquals(
'Some input.', $instance->getLabelrefid());
 
 
 
 
◆ testSetGetMatchGroup()
      
        
          | ilQTIResponseLabelTest::testSetGetMatchGroup  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 75 of file ilQTIResponseLabelTest.php.
   78         $instance->setMatchGroup(
'Some input.');
    79         $this->assertEquals(
'Some input.', $instance->getMatchGroup());
 
 
 
 
◆ testSetGetMatchMax()
      
        
          | ilQTIResponseLabelTest::testSetGetMatchMax  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 82 of file ilQTIResponseLabelTest.php.
   85         $instance->setMatchMax(
'Some input.');
    86         $this->assertEquals(
'Some input.', $instance->getMatchMax());
 
 
 
 
◆ testSetGetRarea()
      
        
          | ilQTIResponseLabelTest::testSetGetRarea  | 
          ( | 
          string  | 
          $input,  | 
        
        
           | 
           | 
          ?string  | 
          $expected  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
areas 
Definition at line 44 of file ilQTIResponseLabelTest.php.
   47         $instance->setRarea($input);
    48         $this->assertEquals($expected, $instance->getRarea());
 
 
 
 
◆ testSetGetRrange()
      
        
          | ilQTIResponseLabelTest::testSetGetRrange  | 
          ( | 
          string  | 
          $input,  | 
        
        
           | 
           | 
          ?string  | 
          $expected  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
rranges 
Definition at line 54 of file ilQTIResponseLabelTest.php.
   57         $instance->setRrange($input);
    58         $this->assertEquals($expected, $instance->getRrange());
 
 
 
 
◆ testSetGetRshuffle()
      
        
          | ilQTIResponseLabelTest::testSetGetRshuffle  | 
          ( | 
          string  | 
          $input,  | 
        
        
           | 
           | 
          ?string  | 
          $expected  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
rshuffles 
Definition at line 34 of file ilQTIResponseLabelTest.php.
   37         $instance->setRshuffle($input);
    38         $this->assertEquals($expected, $instance->getRshuffle());
 
 
 
 
The documentation for this class was generated from the following file: