SAP ABAP Class CL_WDR_TEST_DELTA_RENDERING (Assistance Class for 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 20061205
2 Interface implementation (CLASS c. INTERFACES i_ref)  IFUR_NW7__CONTROL 20100701
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_NW7_VIEW_ELEMENT_ADAPTER Local UR Test 20100701
Properties
Class CL_WDR_TEST_DELTA_RENDERING  
Short Description Assistance Class for 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 20061205   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 20100701
2 IF_NW7_VIEW_ELEMENT_ADAPTER Local UR Test 20100701
Friends
Class CL_WDR_TEST_DELTA_RENDERING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 E_INTERMEDIATE_TESTCASE Constant Public See coding 20090825
2 E_MESSAGE_TESTCASE Instance attribute Public See coding 20090825
3 E_NO_DELTA_MERGE_TESTCASE Instance attribute Public See coding 20090825
4 E_SET_ATTRIBUTE_TESTCASE Constant Public See coding 20090515
5 E_STARTUP_TESTCASE Constant Public See coding 20090515
6 E_TESTCASE Constant Public See coding 20061205
7 E_TESTCASE_FINISH Instance attribute Public See coding 20090825
8 M_ASSOCS_EXPECTED Instance attribute Private Type reference (TYPE) T_VIEW_ELEMENT_ADAPTER_TAB 20101029
9 M_ASSOCS_FOUND Instance attribute Private Type reference (TYPE) T_VIEW_ELEMENT_ADAPTER_TAB 20101029
10 M_CURRENT_EXPECTED_UPDATES Instance attribute Private Type reference (TYPE) STRING_TABLE 20090825
11 M_CURRENT_TESTCASE Instance attribute Public Type reference (TYPE) T_TESTCASE 20061205
12 M_CURRENT_TESTCASE_INDEX Instance attribute Private Type reference (TYPE) I 0 20061206
13 M_EVENT_DELEGATOR Instance attribute Private Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER 20090515
14 M_FINISHED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20061206
15 M_IS_NO_CHANGE_STEP Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20061206
16 M_SUPPRESS_TESTCASE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20061214
17 M_TESTCASES Instance attribute Public Type reference (TYPE) T_TESTCASE_TAB 20061205
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_TESTCASES Instance method Private Method 20090515
2 ASSOC_CHECK Instance method Private Method 20101029
3 ASSOC_EXPECT Instance method Private Method 20101029
4 ASSOC_FOUND Instance method Private Method 20101029
5 CHECK_AFTER_UPDATES Instance method Private Method 20090825
6 CHECK_UPDATE Instance method Private Method 20090515
7 CLASS_CONSTRUCTOR Static method Public Constructor 20061205
8 CONSTRUCTOR Instance method Public Constructor 20061205
9 INIT_TEST Instance method Public Method 20090825
10 LS_ON_ADD_TRACING_COMMAND Instance method Private Event handling method 20090515
11 NEXT_TESTCASE Instance method Private Method 20061205
12 SUPPRESS_TESTCASE Instance method Public Method 20061214
13 TRACE_ON_UPDATE_CONTROL Instance method Private Event handling method 20090515
Events
Class CL_WDR_TEST_DELTA_RENDERING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_TESTCASE Public See coding 20061205 begin of t_testcase, name type string, update type string, action type string, with_no_change_step type abap_bool, end of t_testcase
2 T_TESTCASE_TAB Public See coding 20061205 t_testcase_tab type standard table of t_testcase with default key
3 T_VIEW_ELEMENT_ADAPTER_TAB Private See coding 20101029 T_VIEW_ELEMENT_ADAPTER_TAB type standard table of ref to cl_nw7_view_element_adapter with default key
Method Signatures

Method APPEND_TESTCASES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TESTCASES Call by reference Type reference (TYPE) DATA 20090515

Method APPEND_TESTCASES on class CL_WDR_TEST_DELTA_RENDERING has no exception.

Method ASSOC_CHECK Signature

Method ASSOC_CHECK on class CL_WDR_TEST_DELTA_RENDERING has no parameter.
Method ASSOC_CHECK on class CL_WDR_TEST_DELTA_RENDERING has no exception.

Method ASSOC_EXPECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_CONTAINER Call by reference Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER WebDynpro Local Test XX7 20101029

Method ASSOC_EXPECT on class CL_WDR_TEST_DELTA_RENDERING has no exception.

Method ASSOC_FOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_CONTAINER Call by reference Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER WebDynpro Local Test XX7 20101029

Method ASSOC_FOUND on class CL_WDR_TEST_DELTA_RENDERING has no exception.

Method CHECK_AFTER_UPDATES Signature

Method CHECK_AFTER_UPDATES on class CL_WDR_TEST_DELTA_RENDERING has no parameter.
Method CHECK_AFTER_UPDATES on class CL_WDR_TEST_DELTA_RENDERING has no exception.

Method CHECK_UPDATE Signature

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

Method CHECK_UPDATE on class CL_WDR_TEST_DELTA_RENDERING has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

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

Method INIT_TEST Signature

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

Method INIT_TEST on class CL_WDR_TEST_DELTA_RENDERING 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) 20090515

Method LS_ON_ADD_TRACING_COMMAND on class CL_WDR_TEST_DELTA_RENDERING has no exception.

Method NEXT_TESTCASE Signature

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

Method NEXT_TESTCASE on class CL_WDR_TEST_DELTA_RENDERING has no exception.

Method SUPPRESS_TESTCASE Signature

Method SUPPRESS_TESTCASE on class CL_WDR_TEST_DELTA_RENDERING has no parameter.
Method SUPPRESS_TESTCASE on class CL_WDR_TEST_DELTA_RENDERING has no exception.

Method TRACE_ON_UPDATE_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER Value transfer Attribute reference (LIKE) 20090515
2 Importing WINDOW_ADAPTER Value transfer Attribute reference (LIKE) 20090515

Method TRACE_ON_UPDATE_CONTROL on class CL_WDR_TEST_DELTA_RENDERING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710