SAP ABAP Class CL_SRT_TEST_CASE_DATA (Shared Object for Test Data Repository)
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

⤷

⤷

Properties
Class | CL_SRT_TEST_CASE_DATA | |
Short Description | Shared Object for Test Data Repository | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SOAP_CORE | SOAP Runtime: Core SOAP Functionality |
Created | 20061211 | SAP |
Last change | 20090618 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SRT_TEST_CASE_DATA has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SRT_TEST_CASE_INFO_PROVIDER | 20061212 | Test Case Information | |
2 | CL_SRT_TEST_CASE_INFO_WRITER | 20061212 | Write API for Test Data Repository |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'CL_SRT_TEST_CASE_DATA' | Class Name | 20061212 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>TT_TEST_CASE_DATA | 20061211 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>TT_TEST_CASE_PROCESSORS | 20061212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Adds Test Data Record | 20061211 |
2 | ![]() |
Instance method | Protected | Method | Checks for test case | 20061212 |
3 | ![]() |
Instance method | Protected | Method | Deletes All Test Data Records | 20061211 |
4 | ![]() |
Instance method | Protected | Method | Deletes Single Test Data Records | 20061211 |
5 | ![]() |
Instance method | Protected | Method | Gets Table of All Test Data | 20061212 |
6 | ![]() |
Instance method | Protected | Method | Gets List of All Test Processors | 20061212 |
7 | ![]() |
Instance method | Protected | Method | Gets Table of All Test Data of Processor | 20061212 |
8 | ![]() |
Instance method | Protected | Method | Sets Test Data Records | 20061211 |
Events
Class CL_SRT_TEST_CASE_DATA has no event.
Types
Class CL_SRT_TEST_CASE_DATA has no local type.
Method Signatures
Method ADD_TEST_CASE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEST_CASE_DATA | Call by reference | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>TS_TEST_CASE_DATA | 20061211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20061212 |
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) | 20061212 | ||
2 | ![]() |
TEST_CASE_PROCESSOR | Call by reference | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>T_TEST_CASE_PROCESSOR | Testfall Processor | 20061212 |
Method CHECK_FOR_TEST_CASE on class CL_SRT_TEST_CASE_DATA has no exception.
Method DELETE_ALL_TEST_CASE_DATA Signature
Method DELETE_ALL_TEST_CASE_DATA on class CL_SRT_TEST_CASE_DATA has no parameter.
Method DELETE_ALL_TEST_CASE_DATA on class CL_SRT_TEST_CASE_DATA has no exception.
Method DELETE_TEST_CASE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEST_CASE | Call by reference | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>T_TEST_CASE | 20061211 | |||
2 | ![]() |
TEST_CASE_PROCESSOR | Call by reference | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>T_TEST_CASE_PROCESSOR | 20061211 |
Method DELETE_TEST_CASE_DATA on class CL_SRT_TEST_CASE_DATA has no exception.
Method GET_ALL_TEST_CASE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEST_CASE_DATA | Value transfer | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>TT_TEST_CASE_DATA | 20061212 |
Method GET_ALL_TEST_CASE_DATA on class CL_SRT_TEST_CASE_DATA has no exception.
Method GET_ALL_TEST_CASE_PROCESSORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEST_CASE_PROCESSORS | Value transfer | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>TT_TEST_CASE_PROCESSORS | 20061212 |
Method GET_ALL_TEST_CASE_PROCESSORS on class CL_SRT_TEST_CASE_DATA has no exception.
Method GET_PROCESSOR_TEST_CASE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEST_CASE_DATA | Value transfer | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>TT_TEST_CASE_DATA | 20061212 | |||
2 | ![]() |
TEST_CASE_PROCESSOR | Call by reference | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>T_TEST_CASE_PROCESSOR | Testfall Processor | 20061212 |
Method GET_PROCESSOR_TEST_CASE_DATA on class CL_SRT_TEST_CASE_DATA has no exception.
Method SET_TEST_CASE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEST_CASE_DATA | Call by reference | Type reference (TYPE) | IF_SRT_TEST_CASE_INFO_PROVIDER=>TT_TEST_CASE_DATA | 20061211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20061212 |
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 710 |