SAP ABAP Interface IF_AUNIT_PROG_INFO_TYPES (STRICTELY INTERNAL: Types for serialized test meta data)
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_PROG_INFO_TYPES | |
Short Description | STRICTELY INTERNAL: Types for serialized test meta data |
General Data
Package | SABP_UNIT_CORE | INTERNAL: NO REUSE - Core functionality |
Created | 20031120 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_AUNIT_PROG_INFO_TYPES has no interface.
Friends
Interface IF_AUNIT_PROG_INFO_TYPES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_INTERNAL_STATE | Constant | Public | See coding | Internal state | 20101015 | |||
2 | C_PROG_TYPE | Constant | Public | See coding | Program type | 20031121 | |||
3 | C_VISIBILITY | Constant | Public | See coding | Visibilty | 20031120 |
Methods
Interface IF_AUNIT_PROG_INFO_TYPES has no method.
Events
Interface IF_AUNIT_PROG_INFO_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_D_PROG_TYPE | Public | See coding | 20031121 | ty_D_Prog_Type type c length 4
|
||
2 | TY_D_PROPERTY_VALUE | Public | Type reference (TYPE) | INT1 | 20041223 |
|
|
3 | TY_D_VISIBILITY | Public | See coding | 20031120 | ty_D_Visibility type c length 1
|
||
4 | TY_E_INTERNAL_STATE | Public | See coding | 20101015 | ty_E_Internal_State type c length 1
|
||
5 | TY_S_FIXTURE | Public | See coding | 20031121 | begin of ty_S_Fixture,
has_Setup type abap_Bool,
has_Teardown type abap_Bool,
end of ty_S_Fixture
|
||
6 | TY_S_METHOD | Public | See coding | 20031120 | begin of ty_S_Method,
name type saunit_D_Method,
visibility type ty_D_Visibility,
_Xx type string, " only temp. stop gap solution
_Yy type i, " only temp. stop gap solution
_Zz type i, " only temp. stop gap solution
end of ty_S_Method
|
||
7 | TY_S_PROGRAM | Public | See coding | 20031120 | begin of ty_S_Program,
name type saunit_D_Program,
type type ty_D_Prog_Type,
testclasses type ty_T_Testclasses,
has_Tests type abap_Bool,
internal_State type c length 1,
bad_Ressource type string,
end of ty_S_Program
|
||
8 | TY_S_PROPERTY | Public | See coding | 20041223 | begin of ty_S_Property,
value type ty_D_Property_Value,
default_Used type abap_Bool,
end of ty_S_Property
|
||
9 | TY_S_TESTCLASS | Public | See coding | 20031120 | begin of ty_S_Testclass,
progname type saunit_D_Program,
include_Name type saunit_D_Include,
line_Number type i,
offset type i.
include: type ty_S_Testclass_Base as info.
types:
methods type ty_T_Methods,
parents type ty_T_Testclasses_Bases,
parent_Class type string,
end of ty_S_Testclass
|
||
10 | TY_S_TESTCLASS_BASE | Public | See coding | 20031121 | begin of ty_S_Testclass_Base,
name type saunit_D_Class,
fixture type ty_S_Fixture,
class_Fixture type ty_S_Fixture,
is_Global type abap_Bool,
is_Abstract type abap_Bool,
has_Children type abap_Bool,
properties type ty_S_Testclass_Properties,
end of ty_S_Testclass_Base
|
||
11 | TY_S_TESTCLASS_PROPERTIES | Public | See coding | 20041029 | begin of ty_S_Testclass_Properties,
ambiguous type abap_Bool,
duration type ty_S_Property,
risk_Level type ty_S_Property,
end of ty_S_Testclass_Properties
|
||
12 | TY_S_TEST_INFO | Public | See coding | 20051123 | begin of ty_S_Test_Info,
source_Code_Has_Tests type abap_Bool ,
byte_Code_Has_Tests type abap_Bool ,
generation_Error type abap_Bool ,
load_Program_Failure type abap_Bool,
error_Message type string,
end of ty_S_Test_Info
|
||
13 | TY_T_METHODS | Public | See coding | 20031120 | ty_T_Methods type sorted table of ty_S_Method
with unique key name
|
||
14 | TY_T_PROGRAMS | Public | See coding | 20031120 | ty_T_Programs type standard table of ty_S_Program with default key
|
||
15 | TY_T_TESTCLASSES | Public | See coding | 20031120 | ty_T_Testclasses type sorted table of ty_S_Testclass
with unique key info-name
|
||
16 | TY_T_TESTCLASSES_BASES | Public | See coding | 20031121 | ty_T_Testclasses_Bases type standard table of
ty_S_Testclass_Base with default key
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 700 |