SAP ABAP Interface IF_AUNIT_SCAN_ANALYSIS_TYPES (INTERNAL: Types used for scan analysis of test code)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_CORE (Package) INTERNAL: NO REUSE - Core functionality

⤷

⤷

Properties
Interface | IF_AUNIT_SCAN_ANALYSIS_TYPES | |
Short Description | INTERNAL: Types used for scan analysis of test code |
General Data
Package | SABP_UNIT_CORE | INTERNAL: NO REUSE - Core functionality |
Created | 20110719 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_AUNIT_SCAN_ANALYSIS_TYPES has no forward declaration.
Interfaces
Interface IF_AUNIT_SCAN_ANALYSIS_TYPES has no interface.
Friends
Interface IF_AUNIT_SCAN_ANALYSIS_TYPES has no friend.
Attributes
Interface IF_AUNIT_SCAN_ANALYSIS_TYPES has no attribute.
Methods
Interface IF_AUNIT_SCAN_ANALYSIS_TYPES has no method.
Events
Interface IF_AUNIT_SCAN_ANALYSIS_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CLASS | Public | See coding | Meta data for single class | 20110719 | begin of ty_Class,
name type string,
parent_Class_Name type string,
begin of spec,
is_For_Testing type abap_bool,
is_Abstract type abap_bool,
end of spec,
begin of location,
implementation type ty_Location,
definition type ty_Location,
end of location,
begin of test,
property type ty_Test_Property,
begin of fixture,
setup type abap_Bool,
class_Setup type abap_Bool,
teardown type abap_Bool,
class_Teardown type abap_Bool,
end of fixture,
methods type ty_Methods,
end of test,
end of ty_Class
|
|
2 | TY_CLASSES | Public | See coding | Meta data for classes | 20110719 | ty_Classes type sorted table of ty_Class with unique key name
|
|
3 | TY_LOCATION | Public | See coding | Location in source | 20110719 | begin of ty_Location,
include type string,
line type i,
offset type i,
end of ty_Location
|
|
4 | TY_METHOD | Public | See coding | Meta data for single method | 20110719 | begin of ty_Method,
name type string,
visibility type c length 1,
begin of spec,
is_Abstract type abap_Bool,
is_Redefined type abap_Bool,
is_For_Testing type abap_Bool,
end of spec,
begin of location,
implementation type ty_Location,
definition type ty_Location,
end of location,
end of ty_Method
|
|
5 | TY_METHODS | Public | See coding | Meta data for methods | 20110719 | ty_Methods type sorted table of ty_Method with unique key name
|
|
6 | TY_TEST_PROPERTY | Public | See coding | Test properties | 20110719 | begin of ty_Test_Property,
begin of risk_level,
value type int1,
is_Invalid type abap_bool,
end of risk_level,
begin of duration,
value type int1,
is_Invalid type abap_bool,
end of duration,
end of ty_Test_Property
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |