SAP ABAP Class CL_DBA_TEST_DRIVER (DBA-TST: Test Driver)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-DB (Application Component) Database Interface, Database Platforms
⤷ SDBA_TEST (Package) DBA Cockpit: Test Framework
⤷ BC-DB (Application Component) Database Interface, Database Platforms
⤷ SDBA_TEST (Package) DBA Cockpit: Test Framework
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DBA_TEST_DRIVER | DBA-TST: Test Driver | 20110315 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_TEST_DRIVER_COMP_BLDR | DBA-RDI-TST-META: Test Driver | 20110523 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_TEST_DRIVER_COVERAGE | DBA-RDI-TST-META: Test Driver | 20110523 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_TEST_DRIVER_DCF | DBA-RDI-TST-META: Test Driver | 20110504 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_TEST_DRIVER_DPW_EXTRACT | DBA-TST-DPW: DPW Extractors | 20110323 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_TEST_DRIVER_RDI_AD_HOC | DBA-RDI-TST-META: Test Driver | 20110504 |
6 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_TEST_DRIVER_RDI_META | DBA-RDI-TST-META: Test Driver | 20110322 |
7 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_TEST_DRIVER_RDI_QRY | DBA-RDI-TST-QRY: Test Driver | 20110315 |
8 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_TEST_DRIVER_SCREEN_CHK | DBA-RDI-TST-META: Test Driver | 20110505 |
Properties
Class | CL_DBA_TEST_DRIVER | |
Short Description | DBA-TST: Test Driver | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SDBA_TEST | DBA Cockpit: Test Framework |
Created | 20110315 | 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 | IF_DBA_TEST_DRIVER | DBA-TST: Test Driver | 20110315 |
Friends
Class CL_DBA_TEST_DRIVER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_DATA_TYPE_REFERENCE | Constant | Protected | Type reference (TYPE) | STRING | 'REFERENCE' | 20110317 | ||
2 | CO_DATA_TYPE_TEST | Constant | Protected | Type reference (TYPE) | STRING | 'TEST' | 20110317 | ||
3 | TEST_KEY | Instance attribute | Protected | Type reference (TYPE) | DBA_TEST_KEY | DBA: Key for Data Cluster | 20110317 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CONV_DATA_TO_DYN_DATA_STORE | Instance method | Protected | Method | 20110316 | |
2 | CONV_DYN_DATA_STORE_TO_DATA | Instance method | Protected | Method | 20110317 | |
3 | EVALUATE_RUNTIME | Instance method | Protected | Method | 20110719 | |
4 | GET_DETAILS | Instance method | Protected | Method | 20110317 | |
5 | INTERNAL_CHECK_AUTO_TESTS | Instance method | Protected | Method | 20110323 | |
6 | INTERNAL_GENERATE_AUTO_TESTS | Instance method | Protected | Method | 20110323 | |
7 | IS_TEST_SET_TIME_INDEPENDANT | Instance method | Protected | Method | 20110503 | |
8 | LOAD_DRIVER_DATA | Instance method | Protected | Method | 20110315 | |
9 | LOAD_TEST_DATA | Instance method | Protected | Method | 20110316 | |
10 | SAVE_DRIVER_DATA | Instance method | Protected | Method | 20110315 | |
11 | SAVE_TEST_DATA | Instance method | Protected | Method | 20110316 | |
12 | SAVE_TEST_RESULT | Instance method | Protected | Method | 20110803 |
Events
Class CL_DBA_TEST_DRIVER has no event.
Types
Class CL_DBA_TEST_DRIVER has no local type.
Method Signatures
Method CONV_DATA_TO_DYN_DATA_STORE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | DATA | Call by reference | Type reference (TYPE) | ANY | 20110316 | |||
2 | Returning | DYN_DATA_STORE | Value transfer | Type reference (TYPE) | DBA_TEST_DYN_DATA_STORE | DBA-TST: Dynamic Data Structure | 20110316 | ||
3 | Importing | NO_XML_STORE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110317 |
Method CONV_DATA_TO_DYN_DATA_STORE on class CL_DBA_TEST_DRIVER has no exception.
Method CONV_DYN_DATA_STORE_TO_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | DATA | Call by reference | Type reference (TYPE) | ANY | 20110317 | |||
2 | Importing | DYN_DATA_STORE | Call by reference | Type reference (TYPE) | DBA_TEST_DYN_DATA_STORE | DBA-TST: Dynamic Data Structure | 20110317 |
Method CONV_DYN_DATA_STORE_TO_DATA on class CL_DBA_TEST_DRIVER has no exception.
Method EVALUATE_RUNTIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | RUNTIME | Call by reference | Type reference (TYPE) | I | 20110719 | |||
2 | Importing | TEST_KEY | Call by reference | Type reference (TYPE) | DBA_TEST_KEY | DBA: Key for Data Cluster | 20110719 | ||
3 | Changing | TEST_RESULT | Call by reference | Type reference (TYPE) | DBA_TEST_RESULT | DBA-TST: Result | 20110719 |
Method EVALUATE_RUNTIME on class CL_DBA_TEST_DRIVER has no exception.
Method GET_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | DETAILS | Value transfer | Type reference (TYPE) | STRING | 20110317 | |||
2 | Importing | TEST_KEY | Call by reference | Type reference (TYPE) | DBA_TEST_KEY | DBA: Key for Data Cluster | 20110317 |
Method GET_DETAILS on class CL_DBA_TEST_DRIVER has no exception.
Method INTERNAL_CHECK_AUTO_TESTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | STATUS | Value transfer | Type reference (TYPE) | I | 20110323 | |||
2 | Importing | TEST_KEYS | Call by reference | Type reference (TYPE) | DBA_TEST_KEY_TAB | DBA-TST: Key Table | 20110323 |
Method INTERNAL_CHECK_AUTO_TESTS on class CL_DBA_TEST_DRIVER has no exception.
Method INTERNAL_GENERATE_AUTO_TESTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | DRIVER_DATA | Call by reference | Type reference (TYPE) | ANY | 20110323 | |||
2 | Importing | TEST_DATA | Call by reference | Type reference (TYPE) | ANY | 20110323 | |||
3 | Importing | TEST_KEYS | Call by reference | Type reference (TYPE) | DBA_TEST_KEY_TAB | DBA-TST: Key Table | 20110323 |
Method INTERNAL_GENERATE_AUTO_TESTS on class CL_DBA_TEST_DRIVER has no exception.
Method IS_TEST_SET_TIME_INDEPENDANT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | TEST_SET_ID | Call by reference | Type reference (TYPE) | I | DBA: Test Set ID | 20110503 | ||
2 | Returning | TIME_INDEPENDANT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110503 |
Method IS_TEST_SET_TIME_INDEPENDANT on class CL_DBA_TEST_DRIVER has no exception.
Method LOAD_DRIVER_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | DATA_TYPE | Call by reference | Type reference (TYPE) | STRING | 20110317 | |||
2 | Exporting | DRIVER_DATA | Call by reference | Type reference (TYPE) | ANY | 20110315 | |||
3 | Exporting | NO_DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110316 | |||
4 | Importing | TEST_KEY | Call by reference | Type reference (TYPE) | DBA_TEST_KEY | DBA: Test Set ID | 20110316 |
Method LOAD_DRIVER_DATA on class CL_DBA_TEST_DRIVER has no exception.
Method LOAD_TEST_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | DATA_TYPE | Call by reference | Type reference (TYPE) | STRING | 20110317 | |||
2 | Exporting | NO_DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110316 | |||
3 | Exporting | TEST_DATA | Call by reference | Type reference (TYPE) | ANY | 20110316 | |||
4 | Importing | TEST_KEY | Call by reference | Type reference (TYPE) | DBA_TEST_KEY | DBA: Test Set ID | 20110316 |
Method LOAD_TEST_DATA on class CL_DBA_TEST_DRIVER has no exception.
Method SAVE_DRIVER_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | DATA_TYPE | Call by reference | Type reference (TYPE) | STRING | 20110317 | |||
2 | Importing | DRIVER_DATA | Call by reference | Type reference (TYPE) | ANY | 20110315 | |||
3 | Importing | TEST_KEY | Call by reference | Type reference (TYPE) | DBA_TEST_KEY | DBA: Test Set ID | 20110316 |
Method SAVE_DRIVER_DATA on class CL_DBA_TEST_DRIVER has no exception.
Method SAVE_TEST_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | DATA_TYPE | Call by reference | Type reference (TYPE) | STRING | 20110317 | |||
2 | Importing | TEST_DATA | Call by reference | Type reference (TYPE) | ANY | 20110316 | |||
3 | Importing | TEST_KEY | Call by reference | Type reference (TYPE) | DBA_TEST_KEY | DBA: Test Set ID | 20110316 |
Method SAVE_TEST_DATA on class CL_DBA_TEST_DRIVER has no exception.
Method SAVE_TEST_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | DETAILS | Call by reference | Type reference (TYPE) | STRING | 20110803 | |||
2 | Importing | MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20110803 | |||
3 | Importing | RESULT_CODE | Call by reference | Type reference (TYPE) | I | 20110803 | |||
4 | Importing | RUN_AVG_CNT | Call by reference | Type reference (TYPE) | I | 20110803 | |||
5 | Importing | RUN_AVG_TIME | Call by reference | Type reference (TYPE) | I | 20110803 | |||
6 | Importing | RUN_LAST_TIME | Call by reference | Type reference (TYPE) | I | 20110803 | |||
7 | Importing | RUN_LAST_TIME_RC | Call by reference | Type reference (TYPE) | I | 20110803 |
Method SAVE_TEST_RESULT on class CL_DBA_TEST_DRIVER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |