|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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) | |
| getMethodsProvider More... | |
| testKitchensinkInfoRivals (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoBackground (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoFeatureWiki (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoJavaScript (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoRules (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoContext (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| kitchensinkInfoSettingsMergedWithDefaults (string $name) | |
Static Public Attributes | |
| static array | $kitchensink_info_settings |
| static array | numeric |
| 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 120 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForDatetime | ( | ) |
Definition at line 183 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForDuration | ( | ) |
Definition at line 191 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForGroup | ( | ) |
Definition at line 111 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForMultiselect | ( | ) |
Definition at line 174 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForNumeric | ( | ) |
Definition at line 92 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForPassword | ( | ) |
Definition at line 138 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForRadio | ( | ) |
Definition at line 165 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForSection | ( | ) |
Definition at line 101 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForSelect | ( | ) |
Definition at line 147 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForTag | ( | ) |
Definition at line 129 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForText | ( | ) |
Definition at line 83 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForTextarea | ( | ) |
Definition at line 156 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryNoByLine | ( | ) |
Definition at line 200 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.
|
static |
Definition at line 35 of file FieldFactoryTest.php.