|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilTermsOfServiceNullCriterionTest. More...
Inheritance diagram for ilTermsOfServiceNullCriterionTest:
Collaboration diagram for ilTermsOfServiceNullCriterionTest:Public Member Functions | |
| setUp () | |
| @inheritDoc More... | |
| testInstanceCanBeCreated () | |
| testNoFormUserInterfaceElementsAreBuilt (\ilTermsOfServiceNullCriterion $criterion) | |
| testCriterionAlwaysCreateEmptyConfigValue (\ilTermsOfServiceNullCriterion $criterion) | |
| @depends testNoFormUserInterfaceElementsAreBuilt More... | |
| testTypeIdentPresentatioEqualsANonEmptyString (\ilTermsOfServiceNullCriterion $criterion) | |
| @depends testNoFormUserInterfaceElementsAreBuilt More... | |
| testEvaluationAlwaysSucceeds () | |
Protected Member Functions | |
| getInstance () | |
| buildForm (\ilTermsOfServiceCriterionTypeGUI $gui) | |
Protected Member Functions inherited from ilTermsOfServiceCriterionBaseTest | |
| getRbacReviewMock () | |
| getObjectDataCacheMock () | |
| getRadioGroupMock () | |
| getFormMock () | |
| getUserMock () | |
Protected Member Functions inherited from ilTermsOfServiceBaseTest | |
| setUp () | |
| getLanguageMock () | |
| setGlobalVariable (string $name, $value) | |
| assertException (string $exceptionClass) | |
| getCriterionConfig ($value=null) | |
Protected Attributes | |
| $lng | |
Protected Attributes inherited from ilTermsOfServiceBaseTest | |
| $dic | |
Class ilTermsOfServiceNullCriterionTest.
Definition at line 11 of file ilTermsOfServiceNullCriterionTest.php.
|
protected |
| \ilTermsOfServiceCriterionTypeGUI | $gui |
Definition at line 58 of file ilTermsOfServiceNullCriterionTest.php.
|
protected |
Definition at line 34 of file ilTermsOfServiceNullCriterionTest.php.
Referenced by testInstanceCanBeCreated().
Here is the caller graph for this function:| ilTermsOfServiceNullCriterionTest::setUp | ( | ) |
@inheritDoc
Reimplemented from ilTermsOfServiceBaseTest.
Definition at line 19 of file ilTermsOfServiceNullCriterionTest.php.
References ilTermsOfServiceBaseTest\getLanguageMock().
Here is the call graph for this function:| ilTermsOfServiceNullCriterionTest::testCriterionAlwaysCreateEmptyConfigValue | ( | \ilTermsOfServiceNullCriterion | $criterion | ) |
@depends testNoFormUserInterfaceElementsAreBuilt
| \ilTermsOfServiceNullCriterion | $criterion |
Definition at line 98 of file ilTermsOfServiceNullCriterionTest.php.
References $form, ilTermsOfServiceCriterionTypeGUI\getConfigByForm(), and ilTermsOfServiceCriterionType\ui().
Here is the call graph for this function:| ilTermsOfServiceNullCriterionTest::testEvaluationAlwaysSucceeds | ( | ) |
Definition at line 150 of file ilTermsOfServiceNullCriterionTest.php.
References $user.
| ilTermsOfServiceNullCriterionTest::testInstanceCanBeCreated | ( | ) |
Definition at line 44 of file ilTermsOfServiceNullCriterionTest.php.
References getInstance().
Here is the call graph for this function:| ilTermsOfServiceNullCriterionTest::testNoFormUserInterfaceElementsAreBuilt | ( | \ilTermsOfServiceNullCriterion | $criterion | ) |
| \ilTermsOfServiceNullCriterion | $criterion | @depends testInstanceCanBeCreated |
Definition at line 85 of file ilTermsOfServiceNullCriterionTest.php.
References ilTermsOfServiceCriterionType\ui().
Here is the call graph for this function:| ilTermsOfServiceNullCriterionTest::testTypeIdentPresentatioEqualsANonEmptyString | ( | \ilTermsOfServiceNullCriterion | $criterion | ) |
@depends testNoFormUserInterfaceElementsAreBuilt
| \ilTermsOfServiceNullCriterion | $criterion |
Definition at line 118 of file ilTermsOfServiceNullCriterionTest.php.
References ilTermsOfServiceCriterionTypeGUI\getIdentPresentation(), and ilTermsOfServiceCriterionType\ui().
Here is the call graph for this function:
|
protected |
Definition at line 14 of file ilTermsOfServiceNullCriterionTest.php.