SAP ABAP Interface IF_SRT_TEST_CASE_INFO_PROVIDER (Test Case Information)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_CORE (Package) SOAP Runtime: Core SOAP Functionality
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRT_TEST_CASE_INFO_PROVIDER | Test Case Information | 20061205 |
Properties
| Interface | IF_SRT_TEST_CASE_INFO_PROVIDER | |
| Short Description | Test Case Information |
General Data
| Package | SOAP_CORE | SOAP Runtime: Core SOAP Functionality |
| Created | 20061204 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SRT_TEST_CASE_INFO_PROVIDER has no forward declaration.
Interfaces
Interface IF_SRT_TEST_CASE_INFO_PROVIDER has no interface.
Friends
Interface IF_SRT_TEST_CASE_INFO_PROVIDER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_PR_IS_WS_ADAPTER | Constant | Public | Type reference (TYPE) | T_TEST_CASE_PROCESSOR | 'IS_WS_ADAPTER' | Test Case Processor | 20061205 | |
| 2 | CO_PR_TEST_FRAMEWORK | Constant | Public | Type reference (TYPE) | T_TEST_CASE_PROCESSOR | 'TEST_FRAMEWORK' | Test Case Processor | 20070711 | |
| 3 | CO_TC_SRT_CFG_IS_ROUNDTRIP | Constant | Public | Type reference (TYPE) | T_TEST_CASE | 'SRT_CFG_IS_ROUNDTRIP' | Test | 20061205 | |
| 4 | CO_TC_SRT_FRW_GET_RESPONSE | Constant | Public | Type reference (TYPE) | T_TEST_CASE | 'PERSIST_OWR_CALL' | Persist Response | 20080318 | |
| 5 | CO_TC_SRT_FRW_HTTP_200 | Constant | Public | Type reference (TYPE) | T_TEST_CASE | 'HTTP_200' | Test | 20070711 | |
| 6 | CO_TC_SRT_FRW_NAME_OWR_CALL | Constant | Public | Type reference (TYPE) | T_TEST_CASE | 'OWR_MESSAGE' | Name for Persisting OWR | 20080407 | |
| 7 | CO_TC_SRT_FRW_RAISE_EXC | Constant | Public | Type reference (TYPE) | T_TEST_CASE | 'RAISE_EXCEPTION' | Test | 20070712 | |
| 8 | CO_TV_SRT_CFG_IS_LP_NAME | Constant | Public | Type reference (TYPE) | T_TEST_CASE_VALUE_NAME | 'SRT_CFG_IS_ROUNDTRIP_LP_NAME' | Name of Test Case Value | 20061205 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks for test case | 20061205 | |
| 2 | Instance method | Public | Method | Gets Test Cases | 20061212 | |
| 3 | Instance method | Public | Method | Gets value from test case | 20061205 |
Events
Interface IF_SRT_TEST_CASE_INFO_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_TEST_CASE_DATA | Public | Type reference (TYPE) | SRT_TEST_CASE_VALUE | Structure of Test Case Value | 20061205 | |
| 2 | TT_TEST_CASES | Public | Type reference (TYPE) | SRT_TEST_CASE_DATA_TAB | Test Cases | 20061212 | |
| 3 | TT_TEST_CASE_DATA | Public | Type reference (TYPE) | SRT_TEST_CASE_VALUE_TAB | Table of Test Case Values | 20061205 | |
| 4 | TT_TEST_CASE_PROCESSORS | Public | Type reference (TYPE) | SRT_TEST_CASE_DATA_TAB_H | Table of Test Case Processors | 20061212 | |
| 5 | T_TEST_CASE | Public | Type reference (TYPE) | SRT_TEST_CASE_DATA | Test | 20061205 | |
| 6 | T_TEST_CASE_PROCESSOR | Public | Type reference (TYPE) | SRT_TEST_CASE_DATA | Test Case Processor | 20061205 | |
| 7 | T_TEST_CASE_VALUE_NAME | Public | Type reference (TYPE) | SRT_TEST_CASE_DATA | Name of Test Case Value | 20061205 | |
| 8 | T_TEST_CASE_VALUE_VALUE | Public | Type reference (TYPE) | SRT_TEST_CASE_DATA | Test Case Value | 20061205 | |
Method Signatures
Method CHECK_FOR_TEST_CASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20061205 | |||
| 2 | TEST_CASE_PROCESSOR | Call by reference | Type reference (TYPE) | T_TEST_CASE_PROCESSOR | Testfall Processor | 20061205 |
Method CHECK_FOR_TEST_CASE on Interface IF_SRT_TEST_CASE_INFO_PROVIDER has no exception.
Method GET_TEST_CASES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEST_CASES | Value transfer | Type reference (TYPE) | TT_TEST_CASES | Testfälle | 20061212 | |||
| 2 | TEST_CASE_PROCESSOR | Call by reference | Type reference (TYPE) | T_TEST_CASE_PROCESSOR | Testfall Processor | 20061212 |
Method GET_TEST_CASES on Interface IF_SRT_TEST_CASE_INFO_PROVIDER has no exception.
Method GET_TEST_CASE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEST_CASE | Call by reference | Type reference (TYPE) | T_TEST_CASE | Testfall | 20061205 | |||
| 2 | TEST_CASE_PROCESSOR | Call by reference | Type reference (TYPE) | T_TEST_CASE_PROCESSOR | Testfall Processor | 20061205 | |||
| 3 | TEST_CASE_VALUE_NAME | Call by reference | Type reference (TYPE) | T_TEST_CASE_VALUE_NAME | Name eines Testfallwertes | 20061205 | |||
| 4 | TEST_CASE_VALUE_VALUE | Value transfer | Type reference (TYPE) | T_TEST_CASE_VALUE_VALUE | Testfallwert | 20061205 |
Method GET_TEST_CASE_VALUE on Interface IF_SRT_TEST_CASE_INFO_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |