SAP ABAP Class CL_WDR_RENDER_TEST_TOOL (Assistance-Klasse für WDR_TEST_DELTA_RENDER_1)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_TEST (Package) Web Dynpro: Tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20110218
2 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_NW7__CONTROL 20110218
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_NW7_VIEW_ELEMENT_ADAPTER Local UR Test 20110218
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_PHASE_MODEL_SERVICE Interface for Phase Model Services 20110218
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_SERVICE Interface for Runtime Services 20110218
Properties
Class CL_WDR_RENDER_TEST_TOOL  
Short Description Assistance-Klasse für WDR_TEST_DELTA_RENDER_1    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_TEST   Web Dynpro: Tests 
Created 20110218   SAP 
Last change 20130531   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)
Interfaces
# Interface Abstract Final Description Created on
1 IFUR_NW7__CONTROL 20110218
2 IF_NW7_VIEW_ELEMENT_ADAPTER Local UR Test 20110218
3 IF_WDR_PHASE_MODEL_SERVICE Interface for Phase Model Services 20110218
4 IF_WDR_SERVICE Interface for Runtime Services 20110218
Friends
Class CL_WDR_RENDER_TEST_TOOL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_RUN_TEST_PARAM Constant Public Type reference (TYPE) STRING 'x-sap-test-run' 20110218
2 M_EVENT_DELEGATOR Instance attribute Private Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER 20110218
3 M_EXPECTED_MESSAGE Instance attribute Public Type reference (TYPE) STRING 20110218
4 M_FAILED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20110218
5 M_FAILED_MESSAGE Instance attribute Private Type reference (TYPE) STRING 20110228
6 M_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_WDR_RENDER_TEST_TOOL 20110218
7 M_IS_REGISTERED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20111005
8 M_JUST_STARTED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110226
9 M_RUN Instance attribute Private Type reference (TYPE) ABAP_BOOL 20111005
10 M_RUNNER Instance attribute Private Object reference (TYPE REF TO) LCL_TEST_SUITE_RUNNER 20110218
11 M_SCRIPTS Instance attribute Private Type reference (TYPE) T_SCRIPT_TAB 20110218
12 M_SEND_FAILED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110228
13 M_SEND_SUCCESS Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110228
14 M_SETTINGS Instance attribute Private Type reference (TYPE) T_SETTINGS 20110226
15 M_STATUS_UPDATES Instance attribute Private Type reference (TYPE) STRING_TABLE 20110218
16 M_SUCCESS Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110218
17 M_TEST_ENV_CHECKED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110218
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TEST_CALL Instance method Public Method 20110218
2 CLASS_CONSTRUCTOR Static method Public Constructor 20110218
3 CONSTRUCTOR Instance method Public Constructor 20110218
4 DO_NEXT_TEST Instance method Public Method 20110218
5 ENV_FAIL Instance method Public Method 20110218
6 EXEC_SCRIPT Instance method Public Method 20110218
7 EXPECT_MSG Instance method Public Method 20110218
8 FAIL Instance method Public Method 20110218
9 GET Static method Public Method 20110218
10 LAUNCH_TEST Instance method Public Method 20110218
11 LS_ON_ADD_TRACING_COMMAND Instance method Private Event handling method 20110218
12 REDIRECT_IF_REQUIRED Instance method Private Method 20110218
13 REGISTER Instance method Private Method 20111005
14 RUN Instance method Public Method 20110218
15 RUN_IF_REQUESTED Instance method Public Method 20110218
16 SEND_MSG Instance method Public Method 20110218
17 SET_STATUS Instance method Public Method 20110218
18 SUCCESS Instance method Private Method 20110218
19 TEST_ENV_CHECKS Instance method Private Method 20110218
20 TEST_ID Instance method Private Method 20110218
Events
Class CL_WDR_RENDER_TEST_TOOL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_SCRIPT Private See coding 20110225 begin of t_script, js type string, window type ref to if_wd_window, end of t_script
2 T_SCRIPT_TAB Private See coding 20110225 t_script_tab type standard table of t_script with default key
3 T_SETTINGS Private See coding 20110226 begin of t_settings, run type abap_bool, client_timeout type i, server_timeout type i, is_child type abap_bool, session_id type string, end of t_settings
Method Signatures

Method ADD_TEST_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METHOD Call by reference Type reference (TYPE) STRING 20110218
2 Importing OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20110218

Method ADD_TEST_CALL on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WDR_RENDER_TEST_TOOL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_WDR_RENDER_TEST_TOOL has no parameter.
Method CONSTRUCTOR on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method DO_NEXT_TEST Signature

Method DO_NEXT_TEST on class CL_WDR_RENDER_TEST_TOOL has no parameter.
Method DO_NEXT_TEST on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method ENV_FAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Type reference (TYPE) CSEQUENCE 20110218

Method ENV_FAIL on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method EXEC_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SCRIPT Call by reference Type reference (TYPE) STRING 20110218
2 Importing WINDOW Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW 20110225

Method EXEC_SCRIPT on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method EXPECT_MSG Signature

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

Method EXPECT_MSG on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method FAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Type reference (TYPE) CSEQUENCE 20110218

Method FAIL on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_WDR_RENDER_TEST_TOOL Assistance-Klasse für WDR_TEST_DELTA_RENDER_1 20110218

Method GET on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method LAUNCH_TEST Signature

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

Method LAUNCH_TEST on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method LS_ON_ADD_TRACING_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_COMMAND Value transfer Attribute reference (LIKE) 20110218

Method LS_ON_ADD_TRACING_COMMAND on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method REDIRECT_IF_REQUIRED Signature

Method REDIRECT_IF_REQUIRED on class CL_WDR_RENDER_TEST_TOOL has no parameter.
Method REDIRECT_IF_REQUIRED on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method REGISTER Signature

Method REGISTER on class CL_WDR_RENDER_TEST_TOOL has no parameter.
Method REGISTER on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method RUN Signature

Method RUN on class CL_WDR_RENDER_TEST_TOOL has no parameter.
Method RUN on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method RUN_IF_REQUESTED Signature

Method RUN_IF_REQUESTED on class CL_WDR_RENDER_TEST_TOOL has no parameter.
Method RUN_IF_REQUESTED on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method SEND_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Type reference (TYPE) CSEQUENCE 20110218

Method SEND_MSG on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method SET_STATUS Signature

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

Method SET_STATUS on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method SUCCESS Signature

Method SUCCESS on class CL_WDR_RENDER_TEST_TOOL has no parameter.
Method SUCCESS on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method TEST_ENV_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20110218

Method TEST_ENV_CHECKS on class CL_WDR_RENDER_TEST_TOOL has no exception.

Method TEST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEST_ID Value transfer Type reference (TYPE) STRING 20110218

Method TEST_ID on class CL_WDR_RENDER_TEST_TOOL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731