ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
MainFactoryTest Class Reference

Class MainFactoryTest. More...

+ Inheritance diagram for MainFactoryTest:
+ Collaboration diagram for MainFactoryTest:

Public Member Functions

 test_proper_namespace ()
 
 test_proper_name ()
 
- Public Member Functions inherited from AbstractFactoryTest
 buildFactoryReflection ()
 
 methods_provider ()
 
 setUp ()
 
 test_proper_namespace ()
 
 test_proper_name ()
 
 test_check_yaml_extraction ($method_reflection, $name)
 Tests whether the YAML Kitchen Sink info can be parsed. More...
 
 test_return_type ($method_reflection, $name)
 Tests whether the method either returns a factory or a component. More...
 
 test_factory_method_name_compatible_docstring ($method_reflection, $name)
 Tests whether the method name matches the. More...
 
 test_method_params ($method_reflection, $name)
 Tests whether methods returning factories have no parameters. More...
 
 test_kitchensink_info_description ($method_reflection, $name)
 methods_provider More...
 
 test_kitchensink_info_background ($method_reflection, $name)
 methods_provider More...
 
 test_kitchensink_info_featurewiki ($method_reflection, $name)
 methods_provider More...
 
 test_kitchensink_info_javascript ($method_reflection, $name)
 methods_provider More...
 
 test_kitchensink_info_rules ($method_reflection, $name)
 methods_provider More...
 
 test_kitchensink_info_context ($method_reflection, $name)
 methods_provider More...
 
 kitchensink_info_settings_merged_with_defaults ($name)
 

Data Fields

 $kitchensink_info_settings
 
 $factory_title = 'ILIAS\\UI\\Factory'
 
- Data Fields inherited from AbstractFactoryTest
const COMPONENT = 1
 
const FACTORY = 2
 

Protected Member Functions

 get_regex_factory_namespace ()
 
- Protected Member Functions inherited from AbstractFactoryTest
 returnsFactory ($docstring_data)
 
 returnsComponent ($docstring_data)
 
 isFactoryName ($name)
 
 get_regex_factory_namespace ()
 

Detailed Description

Class MainFactoryTest.

Definition at line 8 of file MainFactoryTest.php.

Member Function Documentation

◆ get_regex_factory_namespace()

MainFactoryTest::get_regex_factory_namespace ( )
protected
Returns
string

Definition at line 29 of file MainFactoryTest.php.

29  {
30  return "\\\\ILIAS\\\\UI\\\\Component";
31  }

◆ test_proper_name()

MainFactoryTest::test_proper_name ( )

Definition at line 22 of file MainFactoryTest.php.

22  {
23  // Nothing to test here.
24  }

◆ test_proper_namespace()

MainFactoryTest::test_proper_namespace ( )

Definition at line 18 of file MainFactoryTest.php.

18  {
19  // Nothing to test here.
20  }

Field Documentation

◆ $factory_title

MainFactoryTest::$factory_title = 'ILIAS\\UI\\Factory'

Definition at line 16 of file MainFactoryTest.php.

◆ $kitchensink_info_settings

MainFactoryTest::$kitchensink_info_settings
Initial value:
"card" => array("context" => false)
, "deck" => array("context" => false)
, "image" => array("context" => false, "rules" => false)
, "legacy" => array("context" => false)
)

Definition at line 9 of file MainFactoryTest.php.


The documentation for this class was generated from the following file: