SAP ABAP Class CL_AUNIT_FACTORY (ABAP Unit: Factory to create objects of API classes)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷ SABP_UNIT_CORE_API (Package) ABAP Unit: Public API
⤷ BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷ SABP_UNIT_CORE_API (Package) ABAP Unit: Public API
Properties
Class | CL_AUNIT_FACTORY | |
Short Description | ABAP Unit: Factory to create objects of API classes | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SABP_UNIT_CORE_API | ABAP Unit: Public API |
Created | 20050720 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_AUNIT_TEST_CLASS_HANDLE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_AUNIT_FACTORY has no interface implemented.
Friends
Class CL_AUNIT_FACTORY has no friend class.
Attributes
Class CL_AUNIT_FACTORY has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CREATE_STD_DISPLAY_LISTENER | Instance method | Public | Method | Creates an object of listener with attached display | 20061106 |
2 | CREATE_TASK | Instance method | Public | Method | Creates task | 20050720 |
3 | GET_TEST_CLASS_HANDLES | Instance method | Public | Method | Queries handle for executable test classes | 20051115 |
4 | GET_TEST_CLASS_META_INFOS | Instance method | Public | Method | Queries meta information on test classes | 20051116 |
5 | GET_TEXT_CONVERTER | Instance method | Public | Method | Returns a converter for descriptions to strings | 20051213 |
Events
Class CL_AUNIT_FACTORY has no event.
Types
Class CL_AUNIT_FACTORY has no local type.
Method Signatures
Method CREATE_STD_DISPLAY_LISTENER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | OPTIONS | Call by reference | Type reference (TYPE) | STRING_TABLE | Options are not available yet | 20080429 | ||
2 | Returning | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_AUNIT_LISTENER | 20061106 |
Method CREATE_STD_DISPLAY_LISTENER on class CL_AUNIT_FACTORY has no exception.
Method CREATE_TASK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | LISTENER | Call by reference | Object reference (TYPE REF TO) | IF_AUNIT_LISTENER | Result Monitoring | 20050803 | ||
2 | Returning | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_AUNIT_TASK | Interface for creating task | 20050803 |
Method CREATE_TASK on class CL_AUNIT_FACTORY has no exception.
Method GET_TEST_CLASS_HANDLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | OBJ_NAME | Call by reference | Type reference (TYPE) | TADIR-OBJ_NAME | Object Name in Object Directory | 20051115 | ||
2 | Importing | OBJ_TYPE | Call by reference | Type reference (TYPE) | TADIR-OBJECT | Type of Object (CLAS/FUGR/PROG) | 20051115 | ||
3 | Importing | PROGNAME | Call by reference | Type reference (TYPE) | PROGNAME | Name of main program | 20051115 | ||
4 | Returning | RESULT | Value transfer | Type reference (TYPE) | IF_AUNIT_TEST_CLASS_HANDLE=>TY_T_TESTCLASS_HANDLES | List of handles to execute test classes | 20051115 |
Method GET_TEST_CLASS_HANDLES on class CL_AUNIT_FACTORY has no exception.
Method GET_TEST_CLASS_META_INFOS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | OBJ_NAME | Call by reference | Type reference (TYPE) | TADIR-OBJ_NAME | Object Name in Object Directory | 20051116 | ||
2 | Importing | OBJ_TYPE | Call by reference | Type reference (TYPE) | TADIR-OBJECT | Type of Object (CLAS/FUGR/PROG) | 20051116 | ||
3 | Importing | PROGNAME | Call by reference | Type reference (TYPE) | PROGNAME | Name of main program | 20051116 | ||
4 | Returning | RESULT | Value transfer | Type reference (TYPE) | IF_AUNIT_TEST_CLASS_META_INFO=>TY_T_TESTCLASS_META_INFOS | List of test classes | 20051116 |
Method GET_TEST_CLASS_META_INFOS on class CL_AUNIT_FACTORY has no exception.
Method GET_TEXT_CONVERTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | INDENT | Call by reference | Type reference (TYPE) | INT1 | 2 | Number of blanks per indention | 20051213 | |
2 | Importing | LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language to use for conversion | 20051213 | |
3 | Returning | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_AUNIT_TEXT_DESCRIPTION | Text description converter | 20051213 |
Method GET_TEXT_CONVERTER on class CL_AUNIT_FACTORY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |