SAP ABAP Class CL_EQ_UNIT_TEST (EQ UNIT Test Root Class)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT-BICS-EQ (Application Component) BICS Easy Query
     BW_BICS_EQ (Package) Easy Query
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EQ_UNIT_TEST_SIMPLE EQ UNIT Test Class for Query 20110414
Properties
Class CL_EQ_UNIT_TEST  
Short Description EQ UNIT Test Root Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status T  Test Program 
Category 5   
Package BW_BICS_EQ   Easy Query 
Created 20110414   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)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSBOL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_EQ_UNIT_TEST has no interface implemented.
Friends
Class CL_EQ_UNIT_TEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_RSTT_TDATA_CHECK_COMPLETED Static Attribute Protected Type reference (TYPE) ABAP_BOOL 20110817
2 O_TEST_NOT_POSSIBLE Static Attribute Protected Type reference (TYPE) ABAP_BOOL 20110817
3 O_TS_QUERY_ID Static Attribute Protected Type reference (TYPE) TN_TS_QUERY_ID 20110415
4 O_UNIT_TEST_ACTIVE Static Attribute Protected Type reference (TYPE) ABAP_BOOL Unit tests are activated 20110414
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20110415
2 SET_UNIT_TEST_MODE Instance method Private Method Activate unit test if required 20110414
3 T000_SETUP Instance method Public Test Method for ABAP Unit Setup 20110414
4 T999_TEARDOWN Instance method Public Test Method for ABAP Unit Teardown 20110414
5 _CHECK_SZENARIO Static method Private Method 20110414
Events
Class CL_EQ_UNIT_TEST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_QUERY_ID Public Type reference (TYPE) I 20110415
2 TN_S_QUERY_ID Public See coding 20110415 BEGIN OF tn_s_query_id, id TYPE tn_query_id, name TYPE string, END OF tn_s_query_id
3 TN_TS_QUERY_ID Public See coding 20110415 tn_ts_query_id TYPE SORTED TABLE OF tn_s_query_id WITH UNIQUE KEY id
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method SET_UNIT_TEST_MODE Signature

Method SET_UNIT_TEST_MODE on class CL_EQ_UNIT_TEST has no parameter.
Method SET_UNIT_TEST_MODE on class CL_EQ_UNIT_TEST has no exception.

Method T000_SETUP Signature

Method T000_SETUP on class CL_EQ_UNIT_TEST has no parameter.
Method T000_SETUP on class CL_EQ_UNIT_TEST has no exception.

Method T999_TEARDOWN Signature

Method T999_TEARDOWN on class CL_EQ_UNIT_TEST has no parameter.
Method T999_TEARDOWN on class CL_EQ_UNIT_TEST has no exception.

Method _CHECK_SZENARIO Signature

Method _CHECK_SZENARIO on class CL_EQ_UNIT_TEST has no parameter.
Method _CHECK_SZENARIO on class CL_EQ_UNIT_TEST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731