SAP ABAP Interface IF_PAK_TEST_DATA_PROVIDER (Provides specific data for generic tests of ..._ROOT methods)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SPAK_WB_FOUNDATION (Package) Framework for integrating the APIs with the ABAP Workbench
⤷
⤷
Properties
| Interface | IF_PAK_TEST_DATA_PROVIDER | |
| Short Description | Provides specific data for generic tests of ..._ROOT methods |
General Data
| Package | SPAK_WB_FOUNDATION | Framework for integrating the APIs with the ABAP Workbench |
| Created | 20050321 | SAP |
| Last changed | 20071217 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_PAK_TEST_DATA_PROVIDER has no forward declaration.
Interfaces
Interface IF_PAK_TEST_DATA_PROVIDER has no interface.
Friends
Interface IF_PAK_TEST_DATA_PROVIDER has no friend.
Attributes
Interface IF_PAK_TEST_DATA_PROVIDER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Clears the test data from the database | 20050321 | |
| 2 | Instance method | Public | Method | Creates a concrete API object, but doesn't it save to the DB | 20050321 | |
| 3 | Instance method | Public | Method | Gets a specific version of the API object | 20050321 | |
| 4 | Instance method | Public | Method | Returns value of a specific property of the data provider | 20060111 | |
| 5 | Instance method | Public | Method | Modifies the passed API object to a certain state | 20050321 | |
| 6 | Instance method | Public | Method | Verifies that the passed API object has a certain state | 20050321 |
Events
Interface IF_PAK_TEST_DATA_PROVIDER has no event.
Types
Interface IF_PAK_TEST_DATA_PROVIDER has no local type.
Method Signatures
Method CLEAR Signature
Method CLEAR on Interface IF_PAK_TEST_DATA_PROVIDER has no parameter.
Method CLEAR on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_PAK_WB_OBJECT | The created API object instance | 20050322 |
Method CREATE on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ACTIVATION_STATE | Call by reference | Type reference (TYPE) | PAK_ACTIVATION_STATE | The required version of the object | 20050509 | |||
| 2 | RE_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_PAK_WB_OBJECT | The object got | 20050321 |
Method GET on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.
Method GET_PROPERTY_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_PROPERTY_VALUE | Value transfer | Type reference (TYPE) | CLIKE | Value of the requested property | 20060111 | |||
| 2 | IM_PROPERTY | Call by reference | Type reference (TYPE) | STRING | Identifier of the property (test specific) | 20060111 |
Method GET_PROPERTY_VALUE on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.
Method MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_PAK_WB_OBJECT | The object to modify | 20050321 | |||
| 2 | IM_STATE_ID | Call by reference | Type reference (TYPE) | I | 0 | If the test case needs different states: state identifier | 20050321 |
Method MODIFY on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.
Method VERIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_PAK_WB_OBJECT | The object whose state to verify | 20050321 | |||
| 2 | IM_STATE_ID | Call by reference | Type reference (TYPE) | I | 0 | If the test case needs different states: state identifier | 20050321 |
Method VERIFY on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20071217 |
| SAP Release Created in | 710 |