SAP ABAP Class IF_AUNIT_INFO_STEP_END (ABAP Unit: Message on completion of step)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_AUNIT_INFO_STEP | ABAP Unit: Message on progress | 20051212 |
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
Class | IF_AUNIT_INFO_STEP_END | |
Short Description | ABAP Unit: Message on completion of step | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20051212 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_AUNIT_INFO_STEP_END has no interface implemented.
Friends
Class IF_AUNIT_INFO_STEP_END has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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
Class 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 class IF_AUNIT_INFO_STEP_END has no exception.
Method GET_DESCRIPTION Signature
Method GET_DESCRIPTION on class IF_AUNIT_INFO_STEP_END has no parameter.
Method GET_DESCRIPTION on class 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 class IF_AUNIT_INFO_STEP_END has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |