SAP ABAP Class CL_SRT_TEST_CONTAINER (test cases which use the test framework)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_RT_TESTS_FRAMEWORK (Package) Sub packadge for Test Framework
Properties
Class CL_SRT_TEST_CONTAINER  
Short Description test cases which use the test framework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_RT_TESTS_FRAMEWORK   Sub packadge for Test Framework 
Created 20070508   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 TSRTT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SRT_TEST_CONTAINER has no interface implemented.
Friends
Class CL_SRT_TEST_CONTAINER has no friend class.
Attributes
Class CL_SRT_TEST_CONTAINER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ABAP_IN_ORDER Static method Public Method use abap proxy to send 5 msgs in order and check status 20070716
2 ABAP_IN_ORDER_INTERNAL Static method Private Method use abap proxy to send msgs in order and check status 20110119
3 ABAP_IN_ORDER_RM11 Static method Public Method Run multiple messages with WS-RM 1.1 and check EOIO 20110119
4 ABAP_RR_BAPI Static method Public Method test BAPI endpoint (business object). It adds customer 20080131
5 ABAP_RR_FG Static method Public Method test Function Group endpoint. Use SRT_TF_BAPI_TES1 table 20080131
6 ABAP_RR_FM Static method Public Method test Function Module endpoint. Use SRT_TF_BAPI_TES1 table 20080131
7 ABAP_RR_STATEFUL_COUNTER Static method Public Method test stateful session using a function module ws interface 20071002
8 ABAP_RR_SUC Static method Public Method use abap proxy to send request response message 20070702
9 ABAP_SHORTCUT_RR_SUC Static method Public Method use abap proxy to test shortcut with request response succes 20070816
10 ABAP_SRTUTIL_FAILURE Static method Public Method SRTUTIL-Traces Erroneous WS 20081212
11 ABAP_SRTUTIL_SUCCESS Static method Public Method SRTUTIL-Traces Successful WS 20081212
12 ABAP_TEST_BIN_XML Static method Public Method use abap proxy to test binary xml in a transient sequence 20070919
13 ABAP_TEST_CIH_APP_ERR Static method Public Method test cih with application error 20070912
14 ABAP_TEST_CIH_APP_ERR_PERS_SEQ Static method Public Method test cih scenario with app error with persistent sequence 20080124
15 ABAP_TEST_CIH_SUCC Static method Public Method test cih in success case 20070911
16 ABAP_TEST_CIH_SUCC_PERS_SEQ Static method Public Method test cih in success case with persistent sequence 20080123
17 ABAP_TEST_CIH_SYS_ERR Static method Public Method test cih scenario with system error 20070911
18 ABAP_TEST_CIH_SYS_ERR_PERS_SEQ Static method Public Method test cih scenario with system error with persistent sequence 20080123
19 ABAP_TEST_PAYLOAD_PROTOCOL Static method Public Method 20120621
20 ABAP_UNEXIST_URL_OWR Static method Public Method test scenario that fails during send message via wrong URL 20071008
21 ABAP_VIA_UPD_TASK Static method Public Method use abap proxy to send 5 msgs in order per update task 20080227
22 ABAP_VIA_UPD_TASK_SHORTCUT Static method Public Method use abap proxy to send 5 msgs in order per update task SC 20080312
23 BALLAST Static method Public Method test of ballast string 20071123
24 CHECK_RT_CALL_FOR_WSA10_WSRM11 Static method Private Method check WSA10 , WSRM 1.1 via persisting Runtime Call 20080422
25 CHECK_RT_CALL_FOR_WSA_WSRM10 Static method Private Method check WSA old version , WSRM 1.0 via persisting Runtime Call 20080422
26 CONVERT_CUSTOM_HDR_TO_LIST Static method Public Method 20090313
27 ISOLATE_ASYNCHRONOUS Static method Public Method Isolate asynchronous webservice call 20110117
28 ISOLATE_SYNCHRONOUS Static method Public Method Isolate synchronous webservice call 20110117
29 MANIPULATE_HTTP200_ASYNC Static method Public Method asynchronously manipulate provider side, check client 20070712
30 MANIPULATE_HTTP200_SYNC Static method Public Method manipulate provider side, check client behavior 20070712
31 MANUAL_ABAP_E2E_TRACE Static method Public Method End-To-End Tracing 20130325
32 PROTOCOLS Static method Public Method check of msg id and seq id protocols 20071123
33 SOAP_VERSION_MIX Static method Public Method 20120821
34 TEST_RR_CUSTOM_HEADERS Static method Public Method CUSTOM HEADER Synchronous Scenario 20090316
35 TEST_SUC_OWR_VIA_FM Static method Public Method test noraml one way reliable case via FM 20080108
36 TEST_UPGRADE_SUPPORT_API Static method Public Method test for upgrade support api 20080307
37 TEST_WSRM_CUSTOM_HEADER Static method Public Method Custom Headers Asynchronous Scenario 20090316
38 TUCC_COMPENSATE Static method Public Method tentative update compensate confirm with error case 20070716
39 TUCC_COMPENSATE_ERROR Static method Public Method tentativ update trigger compensate and raise 20070817
40 TUCC_CONFIRM Static method Public Method tentative update compansate confirm 20070716
41 XX_TEMPLATE_XX Instance method Private Method template for new test cases 20070510
Events
Class CL_SRT_TEST_CONTAINER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_GT_MSG_ID Private See coding 20110119 ty_gt_msg_id TYPE STANDARD TABLE OF guid_32 WITH DEFAULT KEY
Method Signatures

Method ABAP_IN_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080917
2 Importing TOTAL_MSGS Call by reference Type reference (TYPE) I 5 20070716

Method ABAP_IN_ORDER on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_IN_ORDER_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESTINATION Call by reference Type reference (TYPE) STRING 20110119
2 Importing IV_PARENT_MESSAGE_ID Call by reference Type reference (TYPE) SRT_MSGID Message ID in SOAP Runtime 20110119
3 Importing IV_TOTAL_MSGS Call by reference Type reference (TYPE) I 10 20110119
4 Importing IV_WSRM_VERSION Call by reference Type reference (TYPE) STRING TSRTT_WSRM_10 WSRM namespace 20110119
5 Returning RT_MESSAGE Value transfer Type reference (TYPE) TY_GT_MSG_ID Message ID table type 20110119

Method ABAP_IN_ORDER_INTERNAL on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_IN_ORDER_RM11 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20110120
2 Importing TOTAL_MSGS Call by reference Type reference (TYPE) I 5 20110120

Method ABAP_IN_ORDER_RM11 on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_RR_BAPI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080918

Method ABAP_RR_BAPI on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_RR_FG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080925

Method ABAP_RR_FG on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_RR_FM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080925

Method ABAP_RR_FM on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_RR_STATEFUL_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method ABAP_RR_STATEFUL_COUNTER on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_RR_SUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080918

Method ABAP_RR_SUC on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_SHORTCUT_RR_SUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method ABAP_SHORTCUT_RR_SUC on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_SRTUTIL_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20081212

Method ABAP_SRTUTIL_FAILURE on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_SRTUTIL_SUCCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20081212

Method ABAP_SRTUTIL_SUCCESS on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_TEST_BIN_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method ABAP_TEST_BIN_XML on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_TEST_CIH_APP_ERR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method ABAP_TEST_CIH_APP_ERR on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_TEST_CIH_APP_ERR_PERS_SEQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080925

Method ABAP_TEST_CIH_APP_ERR_PERS_SEQ on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_TEST_CIH_SUCC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method ABAP_TEST_CIH_SUCC on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_TEST_CIH_SUCC_PERS_SEQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080923

Method ABAP_TEST_CIH_SUCC_PERS_SEQ on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_TEST_CIH_SYS_ERR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method ABAP_TEST_CIH_SYS_ERR on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_TEST_CIH_SYS_ERR_PERS_SEQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080923

Method ABAP_TEST_CIH_SYS_ERR_PERS_SEQ on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_TEST_PAYLOAD_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20120621

Method ABAP_TEST_PAYLOAD_PROTOCOL on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_UNEXIST_URL_OWR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method ABAP_UNEXIST_URL_OWR on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_VIA_UPD_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922
2 Importing TOTAL_MSGS Call by reference Type reference (TYPE) I 5 20080227

Method ABAP_VIA_UPD_TASK on class CL_SRT_TEST_CONTAINER has no exception.

Method ABAP_VIA_UPD_TASK_SHORTCUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922
2 Importing TOTAL_MSGS Call by reference Type reference (TYPE) I 5 20080312

Method ABAP_VIA_UPD_TASK_SHORTCUT on class CL_SRT_TEST_CONTAINER has no exception.

Method BALLAST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BALLAST_SIZE Call by reference Type reference (TYPE) I 10000 20071123
2 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method BALLAST on class CL_SRT_TEST_CONTAINER has no exception.

Method CHECK_RT_CALL_FOR_WSA10_WSRM11 Signature

Method CHECK_RT_CALL_FOR_WSA10_WSRM11 on class CL_SRT_TEST_CONTAINER has no parameter.
Method CHECK_RT_CALL_FOR_WSA10_WSRM11 on class CL_SRT_TEST_CONTAINER has no exception.

Method CHECK_RT_CALL_FOR_WSA_WSRM10 Signature

Method CHECK_RT_CALL_FOR_WSA_WSRM10 on class CL_SRT_TEST_CONTAINER has no parameter.
Method CHECK_RT_CALL_FOR_WSA_WSRM10 on class CL_SRT_TEST_CONTAINER has no exception.

Method CONVERT_CUSTOM_HDR_TO_LIST Signature

Method CONVERT_CUSTOM_HDR_TO_LIST on class CL_SRT_TEST_CONTAINER has no parameter.
Method CONVERT_CUSTOM_HDR_TO_LIST on class CL_SRT_TEST_CONTAINER has no exception.

Method ISOLATE_ASYNCHRONOUS Signature

Method ISOLATE_ASYNCHRONOUS on class CL_SRT_TEST_CONTAINER has no parameter.
Method ISOLATE_ASYNCHRONOUS on class CL_SRT_TEST_CONTAINER has no exception.

Method ISOLATE_SYNCHRONOUS Signature

Method ISOLATE_SYNCHRONOUS on class CL_SRT_TEST_CONTAINER has no parameter.
Method ISOLATE_SYNCHRONOUS on class CL_SRT_TEST_CONTAINER has no exception.

Method MANIPULATE_HTTP200_ASYNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method MANIPULATE_HTTP200_ASYNC on class CL_SRT_TEST_CONTAINER has no exception.

Method MANIPULATE_HTTP200_SYNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method MANIPULATE_HTTP200_SYNC on class CL_SRT_TEST_CONTAINER has no exception.

Method MANUAL_ABAP_E2E_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20130325

Method MANUAL_ABAP_E2E_TRACE on class CL_SRT_TEST_CONTAINER has no exception.

Method PROTOCOLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method PROTOCOLS on class CL_SRT_TEST_CONTAINER has no exception.

Method SOAP_VERSION_MIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20120821

Method SOAP_VERSION_MIX on class CL_SRT_TEST_CONTAINER has no exception.

Method TEST_RR_CUSTOM_HEADERS Signature

Method TEST_RR_CUSTOM_HEADERS on class CL_SRT_TEST_CONTAINER has no parameter.
Method TEST_RR_CUSTOM_HEADERS on class CL_SRT_TEST_CONTAINER has no exception.

Method TEST_SUC_OWR_VIA_FM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method TEST_SUC_OWR_VIA_FM on class CL_SRT_TEST_CONTAINER has no exception.

Method TEST_UPGRADE_SUPPORT_API Signature

Method TEST_UPGRADE_SUPPORT_API on class CL_SRT_TEST_CONTAINER has no parameter.
Method TEST_UPGRADE_SUPPORT_API on class CL_SRT_TEST_CONTAINER has no exception.

Method TEST_WSRM_CUSTOM_HEADER Signature

Method TEST_WSRM_CUSTOM_HEADER on class CL_SRT_TEST_CONTAINER has no parameter.
Method TEST_WSRM_CUSTOM_HEADER on class CL_SRT_TEST_CONTAINER has no exception.

Method TUCC_COMPENSATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method TUCC_COMPENSATE on class CL_SRT_TEST_CONTAINER has no exception.

Method TUCC_COMPENSATE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method TUCC_COMPENSATE_ERROR on class CL_SRT_TEST_CONTAINER has no exception.

Method TUCC_CONFIRM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20080922

Method TUCC_CONFIRM on class CL_SRT_TEST_CONTAINER has no exception.

Method XX_TEMPLATE_XX Signature

Method XX_TEMPLATE_XX on class CL_SRT_TEST_CONTAINER has no parameter.
Method XX_TEMPLATE_XX on class CL_SRT_TEST_CONTAINER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 710