SAP ABAP Interface IF_ESH_TAU_CHK_TEST (Public Tests of a Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_TST_AUT_CHECKS (Package) Checks for the test framework (category, task)
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | IF_ESH_TAU_CHK_TEST | |
| Short Description | Public Tests of a Class |
General Data
| Package | S_ESH_TST_AUT_CHECKS | Checks for the test framework (category, task) |
| Created | 20100223 | SAP |
| Last changed | 20110908 | 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_ESH_TAU_CHK_TEST has no interface.
Friends
Interface IF_ESH_TAU_CHK_TEST has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SC_TESTCASE_REF_EPM | Constant | Public | Type reference (TYPE) | STRING | 'EPM' | automatic EPM-based Testcase from System ECA | 20100223 | |
| 2 | SC_TESTCASE_REF_MANUAL | Constant | Public | Type reference (TYPE) | STRING | 'MANUAL' | Manual Test Case from System GTP | 20100223 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Describe all automated tests of this Class | 20100223 | |
| 2 | Static method | Public | Method | Run tests of this Class | 20100223 |
Events
Interface IF_ESH_TAU_CHK_TEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_TESTCASE | Public | See coding | 20100223 | BEGIN OF ts_testcase,
id TYPE string,
description TYPE string,
reference TYPE string, "see constants sc_testcase_ref_...
END OF ts_testcase
|
||
| 2 | TT_TESTCASE | Public | See coding | 20100223 | tt_testcase TYPE TABLE OF ts_testcase WITH DEFAULT KEY
|
Method Signatures
Method DESCRIBE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TESTCASE | Call by reference | Type reference (TYPE) | TT_TESTCASE | 20100223 | ||||
| 2 | EV_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | 20100223 | ||||
| 3 | EV_ID | Call by reference | Type reference (TYPE) | STRING | 20100223 |
Method DESCRIBE on Interface IF_ESH_TAU_CHK_TEST has no exception.
Method RUN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESULT_SEVERITY | Call by reference | Type reference (TYPE) | ESH_E_TST_FWK_SEVERITY | 20100225 | ||||
| 2 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TST_HIL_LOG_HIERARCHY | 20100225 | ||||
| 3 | IV_IS_UNIT_TEST | Call by reference | Type reference (TYPE) | ABAP_BOOL | Call from: Test Console - abap_false, Unit test - abap_true | 20110119 |
Method RUN on Interface IF_ESH_TAU_CHK_TEST has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |