|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for FieldFactoryTest:
Collaboration diagram for FieldFactoryTest:Public Member Functions | |
| buildFactory () | |
| testImplementsFactoryInterfaceForText () | |
| testImplementsFactoryInterfaceForNumeric () | |
| testImplementsFactoryInterfaceForSection () | |
| testImplementsFactoryInterfaceForGroup () | |
| testImplementsFactoryInterfaceForCheckbox () | |
| testImplementsFactoryInterfaceForTag () | |
| testImplementsFactoryInterfaceForPassword () | |
| testImplementsFactoryInterfaceForSelect () | |
| testImplementsFactoryInterfaceForTextarea () | |
| testImplementsFactoryInterfaceForRadio () | |
| testImplementsFactoryInterfaceForMultiselect () | |
| testImplementsFactoryInterfaceForDatetime () | |
| testImplementsFactoryInterfaceForDuration () | |
| testImplementsFactoryNoByLine () | |
Public Member Functions inherited from AbstractFactoryTestCase | |
| setUp () | |
| testProperNamespace () | |
| testProperName () | |
| testCheckYamlExtraction (ReflectionMethod $method_reflection, string $name) | |
| Tests whether the YAML Kitchen Sink info can be parsed. More... | |
| testReturnType (ReflectionMethod $method_reflection, string $name) | |
| Tests whether the method either returns a factory or a component. More... | |
| testFactoryMethodNameCompatibleDocstring (ReflectionMethod $method_reflection, string $name) | |
| Tests whether the method name matches the return doctring? More... | |
| testMethodParams (ReflectionMethod $method_reflection, string $name) | |
| Tests whether methods returning factories have no parameters. More... | |
| testKitchensinkInfoDescription (ReflectionMethod $method_reflection, string $name) | |
| testKitchensinkInfoRivals (ReflectionMethod $method_reflection, string $name) | |
| testKitchensinkInfoBackground (ReflectionMethod $method_reflection, string $name) | |
| testKitchensinkInfoFeatureWiki (ReflectionMethod $method_reflection, string $name) | |
| testKitchensinkInfoJavaScript (ReflectionMethod $method_reflection, string $name) | |
| testKitchensinkInfoRules (ReflectionMethod $method_reflection, string $name) | |
| testKitchensinkInfoContext (ReflectionMethod $method_reflection, string $name) | |
| kitchensinkInfoSettingsMergedWithDefaults (string $name) | |
Static Public Attributes | |
| static array | $kitchensink_info_settings |
| static string | $factory_title = 'ILIAS\\UI\\Component\\Input\\Field\\Factory' |
Static Public Attributes inherited from AbstractFactoryTestCase | |
| static string | $factory_title = '' |
Additional Inherited Members | |
Static Public Member Functions inherited from AbstractFactoryTestCase | |
| static | buildFactoryReflection () |
| static | getMethodsProvider () |
Data Fields inherited from AbstractFactoryTestCase | |
| const | COMPONENT = 1 |
| const | FACTORY = 2 |
Protected Member Functions inherited from AbstractFactoryTestCase | |
| returnsFactory (array $docstring_data) | |
| returnsComponent (array $docstring_data) | |
| isFactoryName (string $name) | |
| getRegexFactoryNamespace () | |
Definition at line 29 of file FieldFactoryTest.php.
|
final |
Definition at line 70 of file FieldFactoryTest.php.
Referenced by testImplementsFactoryInterfaceForCheckbox(), testImplementsFactoryInterfaceForDatetime(), testImplementsFactoryInterfaceForDuration(), testImplementsFactoryInterfaceForGroup(), testImplementsFactoryInterfaceForMultiselect(), testImplementsFactoryInterfaceForNumeric(), testImplementsFactoryInterfaceForPassword(), testImplementsFactoryInterfaceForRadio(), testImplementsFactoryInterfaceForSection(), testImplementsFactoryInterfaceForSelect(), testImplementsFactoryInterfaceForTag(), testImplementsFactoryInterfaceForText(), testImplementsFactoryInterfaceForTextarea(), and testImplementsFactoryNoByLine().
Here is the caller graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForCheckbox | ( | ) |
Definition at line 121 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForDatetime | ( | ) |
Definition at line 184 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForDuration | ( | ) |
Definition at line 192 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForGroup | ( | ) |
Definition at line 112 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForMultiselect | ( | ) |
Definition at line 175 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForNumeric | ( | ) |
Definition at line 93 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForPassword | ( | ) |
Definition at line 139 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForRadio | ( | ) |
Definition at line 166 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForSection | ( | ) |
Definition at line 102 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForSelect | ( | ) |
Definition at line 148 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForTag | ( | ) |
Definition at line 130 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForText | ( | ) |
Definition at line 84 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForTextarea | ( | ) |
Definition at line 157 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryNoByLine | ( | ) |
Definition at line 201 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:
|
static |
Definition at line 67 of file FieldFactoryTest.php.
|
static |
Definition at line 31 of file FieldFactoryTest.php.