SAP ABAP Interface IF_AUNIT_INFO_STEP_END (ABAP Unit: Message on completion of step)
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

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AUNIT_INFO_STEP_END | INTERNAL: End of Step | 20051212 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AUNIT_INTERNAL_STEP_END | INTERNAL: End of Step | 20051212 |
Properties
Interface | IF_AUNIT_INFO_STEP_END | |
Short Description | ABAP Unit: Message on completion of step |
General Data
Package | SABP_UNIT_CORE_API | ABAP Unit: Public API |
Created | 20051212 | 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 | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_AUNIT_INFO_STEP | ABAP Unit: Message on progress | 20051212 |
Friends
Interface IF_AUNIT_INFO_STEP_END has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | NAME | Instance attribute | Public | Attribute reference (LIKE) | 20051212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns summary on alerts (failures in tests) occurred | 20051212 |
2 | ![]() |
Instance method | Public | Method | 20051212 | |
3 | ![]() |
Instance method | Public | Method | Returns summary on steps executed | 20051212 |
Events
Interface IF_AUNIT_INFO_STEP_END has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_ALERT_SUMMARY | Public | See coding | Summary of alerts (assertions, warnings, ...) | 20051212 | begin of ty_S_Alert_Summary,
is_Okay type abap_Bool,
cnt_Assert type i,
cnt_Warning type i,
cnt_Error type i,
cnt_Rabax type i,
end of ty_S_Alert_Summary
|
|
2 | TY_S_STEP_SUMMARY | Public | See coding | Summary of executed steps | 20051212 | begin of ty_S_Step_Summary,
cnt_Program type i,
cnt_Class type i,
cnt_Method type i,
end of ty_S_Step_Summary
|
|
3 | TY_S_SUMMARY | Public | See coding | Summary of alerts and steps | 20051212 | begin of ty_S_Summary,
alert type ty_S_Alert_Summary,
step type ty_S_Step_Summary,
end of ty_S_Summary
|
Method Signatures
Method GET_ALERT_SUMMARY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_S_ALERT_SUMMARY | Summary of alerts (assertions, warnings, ...) | 20051212 |
Method GET_ALERT_SUMMARY on Interface IF_AUNIT_INFO_STEP_END has no exception.
Method GET_DESCRIPTION Signature
Method GET_DESCRIPTION on Interface IF_AUNIT_INFO_STEP_END has no parameter.
Method GET_DESCRIPTION on Interface IF_AUNIT_INFO_STEP_END has no exception.
Method GET_STEP_SUMMARY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_S_STEP_SUMMARY | Summary of executed steps | 20051212 |
Method GET_STEP_SUMMARY on Interface IF_AUNIT_INFO_STEP_END has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |