◆ setUp()
ilCertificateTypeClassMapTest::setUp |
( |
| ) |
|
◆ testFetchCoursePlaceHolderClass()
ilCertificateTypeClassMapTest::testFetchCoursePlaceHolderClass |
( |
| ) |
|
Definition at line 21 of file ilCertificateTypeClassMapTest.php.
23 $class = $this->classMap->getPlaceHolderClassNameByType(
'crs');
25 $this->assertEquals(
'ilCoursePlaceholderValues', $class);
◆ testFetchExercisePlaceHolderClass()
ilCertificateTypeClassMapTest::testFetchExercisePlaceHolderClass |
( |
| ) |
|
Definition at line 35 of file ilCertificateTypeClassMapTest.php.
37 $class = $this->classMap->getPlaceHolderClassNameByType(
'exc');
39 $this->assertEquals(
'ilExercisePlaceholderValues', $class);
◆ testFetchScormPlaceHolderClass()
ilCertificateTypeClassMapTest::testFetchScormPlaceHolderClass |
( |
| ) |
|
Definition at line 42 of file ilCertificateTypeClassMapTest.php.
44 $class = $this->classMap->getPlaceHolderClassNameByType(
'sahs');
46 $this->assertEquals(
'ilScormPlaceholderValues', $class);
◆ testFetchTestPlaceHolderClass()
ilCertificateTypeClassMapTest::testFetchTestPlaceHolderClass |
( |
| ) |
|
Definition at line 28 of file ilCertificateTypeClassMapTest.php.
30 $class = $this->classMap->getPlaceHolderClassNameByType(
'tst');
32 $this->assertEquals(
'ilTestPlaceholderValues', $class);
◆ testFetchUnknownClassWillResultInException()
ilCertificateTypeClassMapTest::testFetchUnknownClassWillResultInException |
( |
| ) |
|
◆ testIsCourseExisting()
ilCertificateTypeClassMapTest::testIsCourseExisting |
( |
| ) |
|
◆ testIsExerciseExisting()
ilCertificateTypeClassMapTest::testIsExerciseExisting |
( |
| ) |
|
◆ testIsTestExisting()
ilCertificateTypeClassMapTest::testIsTestExisting |
( |
| ) |
|
◆ testUnknownTypeIsNotExisting()
ilCertificateTypeClassMapTest::testUnknownTypeIsNotExisting |
( |
| ) |
|
◆ $classMap
ilCertificateTypeClassMapTest::$classMap |
|
private |
The documentation for this class was generated from the following file: