SAP ABAP Interface IF_AUNIT_CLASSTEST_RESULT (INTERNAL: Result of test class execution within the sandbox)
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
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | ACL_AUNIT_RESULT | INTERNAL: Abstract Result Collector | 20040115 |
Properties
| Interface | IF_AUNIT_CLASSTEST_RESULT | |
| Short Description | INTERNAL: Result of test class execution within the sandbox |
General Data
| Package | SABP_UNIT_CORE | INTERNAL: NO REUSE - Core functionality |
| Created | 20030905 | 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_CLASSTEST_RESULT has no interface.
Friends
Interface IF_AUNIT_CLASSTEST_RESULT has no friend.
Attributes
Interface IF_AUNIT_CLASSTEST_RESULT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delete explicitly set context | 20030905 | |
| 2 | Instance method | Public | Method | Handle failed assertion | 20030905 | |
| 3 | Instance method | Public | Method | Handle exception failure | 20030905 | |
| 4 | Instance method | Public | Method | Handle execution events - changes in processing state | 20050107 | |
| 5 | Instance method | Public | Method | Handle runtime abortion | 20030905 | |
| 6 | Instance method | Public | Method | Handle warning (malformed test) | 20030905 | |
| 7 | Instance method | Public | Method | Finisk 'test method' recording | 20030905 | |
| 8 | Instance method | Public | Method | Start 'test method' recording | 20030905 | |
| 9 | Instance method | Public | Method | Set specific test context (e.g. test class specific) | 20030905 | |
| 10 | Instance method | Public | Method | PRELIMINARY: Set extended proxy (arguable design) | 20051227 | |
| 11 | Instance method | Public | Method | Turn on recording | 20040116 | |
| 12 | Instance method | Public | Method | Turn off recording | 20040116 |
Events
Interface IF_AUNIT_CLASSTEST_RESULT has no event.
Types
Interface IF_AUNIT_CLASSTEST_RESULT has no local type.
Method Signatures
Method CLEAR_CONTEXT Signature
Method CLEAR_CONTEXT on Interface IF_AUNIT_CLASSTEST_RESULT has no parameter.
Method CLEAR_CONTEXT on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method CONSUME_ASSERT_FAILURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FAILURE | Call by reference | Object reference (TYPE REF TO) | CL_AUNIT_FAILURE_ASSERT | ABAP Unit Check Error | 20080729 |
Method CONSUME_ASSERT_FAILURE on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method CONSUME_CX_FAILURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FAILURE | Call by reference | Object reference (TYPE REF TO) | CL_AUNIT_FAILURE_CX | ABAP Unit Exception Error | 20080729 |
Method CONSUME_CX_FAILURE on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method CONSUME_EXECUTION_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXECUTION_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_AUNIT_INFO_EXECUTION_EVENT | ABAP Unit Messages for Execution of Test Item | 20080729 |
Method CONSUME_EXECUTION_EVENT on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method CONSUME_RT_FAILURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FAILURE | Call by reference | Object reference (TYPE REF TO) | CL_AUNIT_FAILURE_RT | ABAP Unit Runtime Error | 20080729 |
Method CONSUME_RT_FAILURE on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method CONSUME_WARNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WARNING | Call by reference | Object reference (TYPE REF TO) | CL_AUNIT_WARNING | ABAP Unit Warnings | 20080729 |
Method CONSUME_WARNING on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method METHOD_END Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAMETERS | Call by reference | Type reference (TYPE) | STRING_TABLE | 20100922 |
Method METHOD_END on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method METHOD_START Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | Methode | 20030905 |
Method METHOD_START on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method SET_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD | Call by reference | Type reference (TYPE) | ABAP_METHNAME | 20030905 |
Method SET_CONTEXT on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method SET_EXTENDED_PROXY_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXT_PROXY_STATE | Call by reference | Type reference (TYPE) | XSTRING | 20051227 |
Method SET_EXTENDED_PROXY_STATE on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method START_LISTENING Signature
Method START_LISTENING on Interface IF_AUNIT_CLASSTEST_RESULT has no parameter.
Method START_LISTENING on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
Method STOP_LISTENING Signature
Method STOP_LISTENING on Interface IF_AUNIT_CLASSTEST_RESULT has no parameter.
Method STOP_LISTENING on Interface IF_AUNIT_CLASSTEST_RESULT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |