SAP ABAP Interface IF_AUNIT_ADT_TYPES (-Internal- Definition of XML format for Request)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-QTT (Application Component) Quality and Test Tools: ABAP Unit Test, ABAP Test Cockpit
⤷
SABP_UNIT_LEGACY_ADT (Package) - Internal - Adapter to design time services

⤷

⤷

Properties
Interface | IF_AUNIT_ADT_TYPES | |
Short Description | -Internal- Definition of XML format for Request |
General Data
Package | SABP_UNIT_LEGACY_ADT | - Internal - Adapter to design time services |
Created | 20120830 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_AUNIT_ADT_TYPES has no forward declaration.
Interfaces
Interface IF_AUNIT_ADT_TYPES has no interface.
Friends
Interface IF_AUNIT_ADT_TYPES has no friend.
Attributes
Interface IF_AUNIT_ADT_TYPES has no attribute.
Methods
Interface IF_AUNIT_ADT_TYPES has no method.
Events
Interface IF_AUNIT_ADT_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ALERT | Public | See coding | 20120830 | begin of ty_alert,
kind type string,
severity type string,
title type string,
details type ty_details,
stack type ty_stack,
end of ty_alert
|
||
2 | TY_ALERTS | Public | See coding | 20120830 | ty_alerts type standard table of ty_alert with default key
|
||
3 | TY_CONTEXT | Public | See coding | 20120830 | begin of ty_context,
informations type ty_informations,
end of ty_context
|
||
4 | TY_DETAIL | Public | See coding | 20120830 | begin of ty_detail,
text type string,
link type ty_link,
details type ref to data, "ty_details
end of ty_detail
|
||
5 | TY_DETAILS | Public | See coding | 20120830 | ty_details type standard table of ty_detail with default key
|
||
6 | TY_EXTERNAL | Public | See coding | 20120830 | begin of ty_external.
include type if_adt_tools_core_types=>ty_object_reference as coverage_measurement_id.
types:
end of ty_external
|
||
7 | TY_INFORMATION | Public | See coding | 20120830 | begin of ty_information,
name type string,
value type string,
end of ty_information
|
||
8 | TY_INFORMATIONS | Public | See coding | 20120830 | ty_informations type standard table of ty_information with default key
|
||
9 | TY_LINK | Public | See coding | 20120830 | begin of ty_link,
rel type string.
include type if_adt_tools_core_types=>ty_object_reference as ref.
types:
end of ty_link
|
||
10 | TY_PROGRAM | Public | See coding | 20120830 | begin of ty_program.
include type if_adt_tools_core_types=>ty_object_reference as program_id.
types:
alerts type ty_alerts,
test_classes type ty_test_classes,
end of ty_program
|
||
11 | TY_PROGRAMS | Public | See coding | 20120830 | ty_programs type standard table of ty_program with default key
|
||
12 | TY_RUN_CONFIG_OPTIONS | Public | See coding | 20120830 | begin of ty_run_config_options,
coverage_active type xsdboolean, "true -> X
profiler_config_id type string,
end of ty_run_config_options
|
||
13 | TY_RUN_CONFIG_REQUEST | Public | See coding | 20120830 | begin of ty_run_config_request,
context type ty_context,
config_options type ty_run_config_options,
object_sets type if_adt_tools_core_types=>ty_object_sets,
end of ty_run_config_request
|
||
14 | TY_RUN_CONFIG_RESPONSE | Public | See coding | 20120830 | begin of ty_run_config_response,
external type ty_external,
alerts type ty_alerts,
programs type ty_programs,
end of ty_run_config_response
|
||
15 | TY_STACK | Public | See coding | 20120830 | ty_stack type standard table of ty_stack_entry with default key
|
||
16 | TY_STACK_ENTRY | Public | See coding | 20120830 | begin of ty_stack_entry.
include type if_adt_tools_core_types=>ty_object_reference as stack_entry_id.
types:
end of ty_stack_entry
|
||
17 | TY_TEST_CLASS | Public | See coding | 20120830 | begin of ty_test_class.
include type if_adt_tools_core_types=>ty_object_reference as class_id.
types:
alerts type ty_alerts,
test_methods type ty_test_methods,
end of ty_test_class
|
||
18 | TY_TEST_CLASSES | Public | See coding | 20120830 | ty_test_classes type standard table of ty_test_class with default key
|
||
19 | TY_TEST_METHOD | Public | See coding | 20120830 | begin of ty_test_method.
include type if_adt_tools_core_types=>ty_object_reference as method_id.
types:
duration type string,
duration_unit type string,
alerts type ty_alerts,
end of ty_test_method
|
||
20 | TY_TEST_METHODS | Public | See coding | 20120830 | ty_test_methods type standard table of ty_test_method with default key
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |