Class ilTestSkillLevelThresholdsGUITest.  
 More...
◆ setUp()
  
  
      
        
          | ilTestSkillLevelThresholdsGUITest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Definition at line 29 of file ilTestSkillLevelThresholdsGUITest.php.
   34             $this->createMock(ilCtrl::class),
    35             $this->createMock(ilGlobalPageTemplate::class),
    36             $this->createMock(ilLanguage::class),
    37             $this->createMock(ilDBInterface::class),
 
 
 
 
◆ test_instantiateObject_shouldReturnInstance()
      
        
          | ilTestSkillLevelThresholdsGUITest::test_instantiateObject_shouldReturnInstance  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testQuestionAssignmentColumnsEnabled()
      
        
          | ilTestSkillLevelThresholdsGUITest::testQuestionAssignmentColumnsEnabled  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 53 of file ilTestSkillLevelThresholdsGUITest.php.
   55         $this->testObj->setQuestionAssignmentColumnsEnabled(
false);
    56         $this->assertFalse($this->testObj->areQuestionAssignmentColumnsEnabled());
    58         $this->testObj->setQuestionAssignmentColumnsEnabled(
true);
    59         $this->assertTrue($this->testObj->areQuestionAssignmentColumnsEnabled());
  
 
 
◆ testQuestionContainerId()
      
        
          | ilTestSkillLevelThresholdsGUITest::testQuestionContainerId  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testTestId()
      
        
          | ilTestSkillLevelThresholdsGUITest::testTestId  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ $testObj
The documentation for this class was generated from the following file: