SAP ABAP Class CL_SWF_SLS_TEST_HANDLER (ABAP Unit Test from CL_SWF_SLS_DEADLINE_HANDLER)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_SLS (Package) Deadline Service - Deadline Monitoring
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AUNIT_CONSTANTS ABAP Unit: Constants for test API 20041104
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWF_SLS_DL_CONST Deadline Service: Deadline Constants 20041104
Properties
Class CL_SWF_SLS_TEST_HANDLER  
Short Description ABAP Unit Test from CL_SWF_SLS_DEADLINE_HANDLER    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_SLS   Deadline Service - Deadline Monitoring 
Created 20041102   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWF_SLS_TEST_HANDLER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_AUNIT_CONSTANTS ABAP Unit: Constants for test API 20041104
2 IF_SWF_SLS_DL_CONST Deadline Service: Deadline Constants 20041104
Friends
Class CL_SWF_SLS_TEST_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CREATED_DEADLINES Instance attribute Private Type reference (TYPE) SWFSLS_DEADLINES SLS: Deadline Table 20041104
2 C_ACTIVE Instance attribute Private Attribute reference (LIKE) 20041104
3 C_CALLBACK_CL Constant Public Type reference (TYPE) SWFSLS_CBCLS 'CL_SWF_SLS_TEST_CALLBACK' SLS: Class That Executes Callback for Deadline 20041102
4 C_CLASS Instance attribute Private Attribute reference (LIKE) 20041104
5 C_CRITICAL Instance attribute Private Attribute reference (LIKE) 20041104
6 C_EVENT Constant Public Type reference (TYPE) SIBFEVENT 'TEST_EVENT' Event 20041102
7 C_FALSE Instance attribute Private Attribute reference (LIKE) 20041104
8 C_FATAL Instance attribute Private Attribute reference (LIKE) 20041104
9 C_INACTIVE Instance attribute Private Attribute reference (LIKE) 20041116
10 C_MASS_CALLBACK_CL Constant Public Type reference (TYPE) SWFSLS_CBCLS 'CL_SWF_SLS_TEST_CALLBACKS' SLS: Class That Executes Callback for Deadline 20041102
11 C_METHOD Instance attribute Private Attribute reference (LIKE) 20041104
12 C_NO Instance attribute Private Attribute reference (LIKE) 20041104
13 C_OBJCATEG Constant Public Type reference (TYPE) SIBFCATID 'CL' Category of Objects in Persistent Object References 20041102
14 C_OBJKEY Constant Public Type reference (TYPE) SIBFBORIID '' Instance Ident. in BOR Compat. Persistent Object References 20041102
15 C_OBJTYPE Constant Public Type reference (TYPE) SIBFTYPEID 'CL_SWF_SLS_TEST_EVENT' Type of Objects in Persistent Object References 20041102
16 C_OK Constant Public Type reference (TYPE) SY-SUBRC 0 Return Value of ABAP Commands 20041103
17 C_PROGRAM Instance attribute Private Attribute reference (LIKE) 20041104
18 C_TEST_APPL Constant Public Type reference (TYPE) SWFSLSDEADL-APPL_ID 'TEST_APPLICATION' SLS: ID of Application 20041102
19 C_TOLERABLE Instance attribute Private Attribute reference (LIKE) 20041104
20 C_TOLERANT Instance attribute Private Attribute reference (LIKE) 20041104
21 C_TRUE Instance attribute Private Attribute reference (LIKE) 20041104
22 ERROR_MSG Instance attribute Public Type reference (TYPE) STRING Error message 20041103
23 EVT_OK Instance attribute Public Type reference (TYPE) XFELD Return Value of ABAP Statements 20050127
24 GROUPING1 Instance attribute Public Type reference (TYPE) SWFSLS_GROUPING SLS: Grouping Character of Deadline 20041103
25 GROUPING2 Instance attribute Public Type reference (TYPE) SWFSLS_GROUPING2 SLS: Grouping Character of Deadline 20050125
26 GUID_32 Instance attribute Public Type reference (TYPE) GUID_32 Test GUID in 'CHAR' Format in Uppercase 20041103
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_EVENT Instance method Private Method Checks Whether Test Callback Event Is Active 20050127
2 CLASS_SETUP Static method Public Method Static Setup of Test Class 20041102
3 CLASS_TEARDOWN Static method Public Method Static Teardown of Test Class 20041102
4 DELETE_DEADLINES Instance method Private Method Deletes All Table Entries of Transferred Deadlines 20050125
5 SETUP Instance method Public Method Setup Before Each Test Method 20041102
6 TEARDOWN Instance method Public Method Delete All Deadlines Created in Test 20041102
7 TEST_CHANGE_DEADLINES Instance method Public Method Test Changing Deadlines 20041102
8 TEST_CREATE_DEADLINES Instance method Public Method Test All Methods for Creating Deadlines 20041102
9 TEST_DEADLINES Instance method Public Method Test All Methods for Creating Deadlines 20041123
10 TEST_DELETE_DEADLINES Instance method Public Method Test Deleting Deadlines 20041102
11 TEST_MONITOR_DUE_DEADLINES Instance method Public Method Test Deadline Monitoring 20041123
12 TEST_PERIODIC_DEADLINES Instance method Public Method Test Periodic Deadlines 20041102
Events
Class CL_SWF_SLS_TEST_HANDLER has no event.
Types
Class CL_SWF_SLS_TEST_HANDLER has no local type.
Method Signatures

Method CHECK_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OK Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20050127

Method CHECK_EVENT on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method CLASS_SETUP Signature

Method CLASS_SETUP on class CL_SWF_SLS_TEST_HANDLER has no parameter.
Method CLASS_SETUP on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method CLASS_TEARDOWN Signature

Method CLASS_TEARDOWN on class CL_SWF_SLS_TEST_HANDLER has no parameter.
Method CLASS_TEARDOWN on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method DELETE_DEADLINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEADLINE_ENTRIES Call by reference Type reference (TYPE) SWFSLS_DLENTRIES SLS: Allgemeine Termindaten 20050125

Method DELETE_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method SETUP Signature

Method SETUP on class CL_SWF_SLS_TEST_HANDLER has no parameter.
Method SETUP on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method TEARDOWN Signature

Method TEARDOWN on class CL_SWF_SLS_TEST_HANDLER has no parameter.
Method TEARDOWN on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method TEST_CHANGE_DEADLINES Signature

Method TEST_CHANGE_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no parameter.
Method TEST_CHANGE_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method TEST_CREATE_DEADLINES Signature

Method TEST_CREATE_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no parameter.
Method TEST_CREATE_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method TEST_DEADLINES Signature

Method TEST_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no parameter.
Method TEST_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method TEST_DELETE_DEADLINES Signature

Method TEST_DELETE_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no parameter.
Method TEST_DELETE_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method TEST_MONITOR_DUE_DEADLINES Signature

Method TEST_MONITOR_DUE_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no parameter.
Method TEST_MONITOR_DUE_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no exception.

Method TEST_PERIODIC_DEADLINES Signature

Method TEST_PERIODIC_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no parameter.
Method TEST_PERIODIC_DEADLINES on class CL_SWF_SLS_TEST_HANDLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700