SAP ABAP Class CL_SRAPI_TEST_FIXTURE (Test class helper for ABAP Unit test)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBD (Application Component) Integration Builder - Design
     SAI_SREP_API (Package) API for Repository
Properties
Class CL_SRAPI_TEST_FIXTURE  
Short Description Test class helper for ABAP Unit test    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SAI_SREP_API   API for Repository 
Created 20061205   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRAPI_TEST_FIXTURE has no forward declaration.
Interfaces
Class CL_SRAPI_TEST_FIXTURE has no interface implemented.
Friends
Class CL_SRAPI_TEST_FIXTURE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CHANGELIST_NAME Constant Private Type reference (TYPE) STRING 'ABAP UNIT SAI_SREP_API ' Name of created changelists 20061206
2 NAMESPACE_NAME_READ Static Attribute Protected Type reference (TYPE) STRING Name of the readable namespace 20061206
3 NAMESPACE_NAME_WRITE Static Attribute Protected Type reference (TYPE) STRING Name of the writeable namesapce 20061206
4 OPEN_CHANGELIST Instance attribute Protected Object reference (TYPE REF TO) CL_SRAPI_OBJECT_CONTAINER Abstraction Change Lists 20061205
5 READ_NAMESPACE Static Attribute Protected Object reference (TYPE REF TO) CL_SRAPI_REP_NAMESPACE Repository Namespace 20061205
6 REPOSITORY Static Attribute Protected Object reference (TYPE REF TO) IF_SRAPI_SERVICE_REPOSITORY Service Repository 20061205
7 SWCV Static Attribute Protected Object reference (TYPE REF TO) CL_SRAPI_SOFTWARE_COMP_VERSION Software Component Version 20061205
8 SWCV_GUID Static Attribute Protected Type reference (TYPE) STRING GUID for the SWCV to use 20061206
9 SWCV_WRITE Static Attribute Protected Object reference (TYPE REF TO) CL_SRAPI_SOFTWARE_COMP_VERSION write swcv 20091117
10 SWCV_WRITE_GUID Static Attribute Protected Type reference (TYPE) STRING write swcv guid 20091117
11 TEST_READ_USER_NAME Static Attribute Protected Type reference (TYPE) STRING User name for read access 20080107
12 TEST_READ_USER_PWD Static Attribute Protected Type reference (TYPE) STRING Password for read access 20080107
13 TEST_REPOSITORY_URL Static Attribute Protected Type reference (TYPE) STRING Alternative repository to be used 20080107
14 TEST_WRITE_USER_NAME Static Attribute Protected Type reference (TYPE) STRING User name for write access 20091117
15 TEST_WRITE_USER_PWD Static Attribute Protected Type reference (TYPE) STRING Pwd for write access 20091117
16 WRITE_NAMESPACE Static Attribute Protected Object reference (TYPE REF TO) CL_SRAPI_REP_NAMESPACE Repository Namespace 20061205
17 WRITE_SERVICE Static Attribute Protected Object reference (TYPE REF TO) IF_SRAPI_WRITE_SERVICE Internal Interface Write-Service 20061214
Methods
# Method Level Visibility Method type Description Created on
1 ASSERT_EMPTY_KEY_TABLE Static method Protected Method Asserts that table of type srapi_t_rep_object_key is empty 20070108
2 ASSERT_EMPTY_OBJECT_TABLE Static method Protected Method Asserts that table of type srapi_t_rep_object is initial 20070108
3 ASSERT_EQUAL_KEY Static method Protected Method Compares two instance of cl_srapi_rep_object_key 20080108
4 ASSERT_EQUAL_KEYS Static method Protected Method Compares two tables of keys 20080108
5 ASSERT_REP_OBJECTS_AVAILABLE Instance method Protected Method Asserts all obj keys refer to an existing obj in ESR 20070108
6 CHANGE_CONNECTION_SETTINGS Static method Public Method Sets http destination on cl_srapi_service_rep_address object 20061228
7 CHECK_DATA_TYPE Instance method Protected Method Checks the consistency of a created data type 20061208
8 CHECK_REP_OBJECT_KEY Static method Protected Method Checks a rep object key for expected name/namespace/swcv 20070521
9 CHECK_WSDL_CONTENT Static method Protected Method Checks the content of a wsdl 20070518
10 CLASS_SETUP Static method Private Method ABAP UNIT static setup method 20061205
11 CLASS_TEARDOWN Static method Private Method ABAP UNIT static tear down method 20061205
12 CLEAN_WRITE_NAMESPACE Instance method Protected Method Deletes all objects in the write namespace 20091117
13 CREATE_OBJECT_CONTAINER Instance method Protected Method Creates a new changelist who will be clean up automatically 20061206
14 CREATE_REP_ADDRESS Static method Protected Method Creates a rep address with special parameters 20070904
15 DELETE_ALL_PENDING_CHANGELISTS Instance method Private Method Deletes all pending changelists created the unit tests 20091117
16 DELETE_FROM_KEY_TABLE Static method Protected Method Deletes a key from the key table 20070108
17 DELETE_REP_OBJECT Instance method Private Method Deletes a rep object thru repository or write service 20091117
18 GET_DATA_TYPE Instance method Protected Method Gets a data type by name from the read namespace 20061207
19 GET_FAULT_MESSAGE_TYPE Instance method Protected Method Get a fault message type from the read namespace by name 20061206
20 GET_FAULT_MESSAGE_TYPE1 Instance method Protected Method Get the fault message type with name "FaultMessageType1" 20061206
21 GET_FAULT_MESSAGE_TYPE2 Instance method Protected Method Get the fault message type with name "FaultMessageType2" 20061206
22 GET_MESSAGE_TYPE Instance method Protected Method Get a message type from the read namespace by name 20061206
23 GET_MESSAGE_TYPE1 Instance method Protected Method Get the message type with name "MessageType1" 20061206
24 GET_MESSAGE_TYPE2 Instance method Protected Method Get the message type with name "MessageType2" 20061206
25 GET_MESSAGE_TYPE3 Instance method Protected Method Get the message type with name "MessageType3" 20061206
26 GET_MESSAGE_TYPE4 Instance method Protected Method Get the message type with name "MessageType4" 20061206
27 GET_OPERATION Instance method Protected Method Gets an operation from read namespace by its name 20070521
28 GET_REP_OBJECT Instance method Protected Method Gets a rep object by name from the read namespace 20080107
29 GET_SERVICE_INTERFACE Instance method Protected Method Get a service interface from read namespace by name 20070518
30 GET_SWCV Static method Protected Method Get the SWCV in which the tests to be executed 20061205
31 GET_TEST_PARAMETER Static method Private Method Reads a test parameter from the configuration 20080107
32 IS_EQUAL_KEY Static method Protected Method Compares two key instances return ''X' if they are equal 20080108
33 IS_USING_WRITE_SERVICE Instance method Protected Method Indicates using Write Service or not 20091116
34 IS_WRITE_NAMESP_CLEAN_NEEDED Instance method Protected Method Overwrite this method to execute the write cleanup 20091117
35 SETUP Instance method Private Method ABAP UNIT setup method 20061205
36 SET_TEST_PARAMETERS Static method Private Method Sets parameters for the test execution 20080107
37 TEARDOWN Instance method Private Method ABAP UNIT tear down method 20061205
Events
Class CL_SRAPI_TEST_FIXTURE has no event.
Types
Class CL_SRAPI_TEST_FIXTURE has no local type.
Method Signatures

Method ASSERT_EMPTY_KEY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REP_OBJECT_KEYS Call by reference Type reference (TYPE) SRAPI_T_REP_OBJECT_KEY Keys von Repositoryobjekten 20070108

Method ASSERT_EMPTY_KEY_TABLE on class CL_SRAPI_TEST_FIXTURE has no exception.

Method ASSERT_EMPTY_OBJECT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REP_OBJECTS Call by reference Type reference (TYPE) SRAPI_T_REP_OBJECT Repositoryobjekte 20070108

Method ASSERT_EMPTY_OBJECT_TABLE on class CL_SRAPI_TEST_FIXTURE has no exception.

Method ASSERT_EQUAL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTUAL Call by reference Object reference (TYPE REF TO) CL_SRAPI_REP_OBJECT_KEY Key of a Repository Object 20080108
2 Importing IM_EXPECTED Call by reference Object reference (TYPE REF TO) CL_SRAPI_REP_OBJECT_KEY Key of a Repository Object 20080108

Method ASSERT_EQUAL_KEY on class CL_SRAPI_TEST_FIXTURE has no exception.

Method ASSERT_EQUAL_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTUAL Call by reference Type reference (TYPE) SRAPI_T_REP_OBJECT_KEY Keys of Repository Objects 20080108
2 Importing IM_EXPECTED Call by reference Type reference (TYPE) SRAPI_T_REP_OBJECT_KEY Keys of Repository Objects 20080108

Method ASSERT_EQUAL_KEYS on class CL_SRAPI_TEST_FIXTURE has no exception.

Method ASSERT_REP_OBJECTS_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REP_OBJECT_KEYS Call by reference Type reference (TYPE) SRAPI_T_REP_OBJECT_KEY Keys von Repositoryobjekten 20070108
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Ausnahme Rep API 20070108

Method CHANGE_CONNECTION_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_HTTP_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20061228
2 Importing IM_LOGIN_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20061228
3 Importing IM_PASSWORD Call by reference Type reference (TYPE) STRING 20061228
4 Importing IM_REP_ADDRESS Call by reference Object reference (TYPE REF TO) CL_SRAPI_SERVICE_REP_ADDRESS Proxy Generation: Queries to IFR 20061228
5 Importing IM_REP_URL Call by reference Type reference (TYPE) STRING 20061228
6 Importing IM_USER Call by reference Type reference (TYPE) STRING 20061228

Method CHANGE_CONNECTION_SETTINGS on class CL_SRAPI_TEST_FIXTURE has no exception.

Method CHECK_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLASSIFICATION Call by reference Type reference (TYPE) STRING Classification of the data type 20061208
2 Importing IM_CONTENT_MODEL Call by reference Type reference (TYPE) STRING Content model of data type 20061208
3 Importing IM_NAME Call by reference Type reference (TYPE) STRING Name of the data type 20061208
4 Importing IM_REPRESENTATION_TERM Call by reference Type reference (TYPE) STRING Representation term (only for core data types) 20061208
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061208

Method CHECK_REP_OBJECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXP_NAME Call by reference Type reference (TYPE) STRING 20070521
2 Importing IM_EXP_NAMESPACE Call by reference Type reference (TYPE) STRING 20070521
3 Importing IM_EXP_SWCV_GUID Call by reference Type reference (TYPE) STRING 20070523
4 Importing IM_EXP_TYPE Call by reference Type reference (TYPE) STRING 20070521
5 Importing IM_REP_OBJECT_KEY Call by reference Object reference (TYPE REF TO) CL_SRAPI_REP_OBJECT_KEY 20070521

Method CHECK_REP_OBJECT_KEY on class CL_SRAPI_TEST_FIXTURE has no exception.

Method CHECK_WSDL_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXTERNAL Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20070518
2 Importing IM_REP_OBJECT_TYPE Call by reference Type reference (TYPE) STRING 20070518
3 Importing IM_WSDL_CONTENT Call by reference Type reference (TYPE) XSTRING 20070518

Method CHECK_WSDL_CONTENT on class CL_SRAPI_TEST_FIXTURE has no exception.

Method CLASS_SETUP Signature

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

Method CLASS_TEARDOWN Signature

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

Method CLEAN_WRITE_NAMESPACE Signature

Method CLEAN_WRITE_NAMESPACE on class CL_SRAPI_TEST_FIXTURE has no parameter.
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20091118

Method CREATE_OBJECT_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESCRIPTION Call by reference Type reference (TYPE) STRING Description of the change list 20061206
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_OBJECT_CONTAINER Abstraction Change Lists 20061206

Method CREATE_OBJECT_CONTAINER on class CL_SRAPI_TEST_FIXTURE has no exception.

Method CREATE_REP_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REP_URL Call by reference Type reference (TYPE) STRING 20070904
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_SERVICE_REP_ADDRESS Proxy Generation: Queries to IFR 20070904
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20070904

Method DELETE_ALL_PENDING_CHANGELISTS Signature

Method DELETE_ALL_PENDING_CHANGELISTS on class CL_SRAPI_TEST_FIXTURE has no parameter.
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20091118

Method DELETE_FROM_KEY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_KEY Call by reference Object reference (TYPE REF TO) CL_SRAPI_REP_OBJECT_KEY Key of a Repository Object 20070108
2 Changing IM_KEY_TABLE Call by reference Type reference (TYPE) SRAPI_T_REP_OBJECT_KEY Keys von Repositoryobjekten 20070108

Method DELETE_FROM_KEY_TABLE on class CL_SRAPI_TEST_FIXTURE has no exception.

Method DELETE_REP_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT_CONTAINER Call by reference Object reference (TYPE REF TO) CL_SRAPI_OBJECT_CONTAINER Abstraction Change Lists 20091117
2 Importing IM_REP_OBJECT_KEY Call by reference Object reference (TYPE REF TO) CL_SRAPI_REP_OBJECT_KEY Repository Object key 20091117
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_OBJECT_CONTAINER Abstraction Change Lists 20091117
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20091117

Method GET_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) STRING Name of the data type 20061207
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_DATA_TYPE Data Type 20061207
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061207

Method GET_FAULT_MESSAGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) STRING 20061206
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_FAULT_MESSAGE_TYPE Fault Message Type 20061206
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061206

Method GET_FAULT_MESSAGE_TYPE1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_FAULT_MESSAGE_TYPE Message Type 20061206
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061206

Method GET_FAULT_MESSAGE_TYPE2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_FAULT_MESSAGE_TYPE Fault Message Type 20061206
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061206

Method GET_MESSAGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) STRING Name of the message type 20061206
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_MESSAGE_TYPE Message Type 20061206
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061206

Method GET_MESSAGE_TYPE1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_MESSAGE_TYPE Message Type 20061206
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061206

Method GET_MESSAGE_TYPE2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_MESSAGE_TYPE Message Type 20061206
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061206

Method GET_MESSAGE_TYPE3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_MESSAGE_TYPE Message Type 20061206
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061206

Method GET_MESSAGE_TYPE4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_MESSAGE_TYPE Message Type 20061206
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061206

Method GET_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPERATION_NAME Call by reference Type reference (TYPE) STRING 20070521
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_OPERATION Method of a Service Interface 20070521
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Ausnahme Rep API 20070521

Method GET_REP_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) STRING 20080107
2 Importing IM_NAMESPACE Call by reference Type reference (TYPE) STRING 20080107
3 Importing IM_SWCV_GUID Call by reference Type reference (TYPE) STRING 20080107
4 Importing IM_TYPE Call by reference Type reference (TYPE) STRING 20080107
5 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_REP_OBJECT Repository Object 20080107
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20080107

Method GET_SERVICE_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SERVICE_INTERFACE_NAME Call by reference Type reference (TYPE) STRING 20070518
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_SERVICE_INTERFACE 20070518
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Ausnahme Rep API 20070518

Method GET_SWCV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REPOSITORY Call by reference Object reference (TYPE REF TO) IF_SRAPI_SERVICE_REPOSITORY Service Repository 20061205
2 Importing IM_SWCV_NAME Call by reference Type reference (TYPE) STRING 20070518
3 Importing IM_SWCV_VERSION Call by reference Type reference (TYPE) STRING 20070518
4 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_SOFTWARE_COMP_VERSION Software Component Version 20061205
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061205

Method GET_TEST_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARAMETER_KEY Call by reference Type reference (TYPE) SRAPI_CONFIG_KEY_NAME key for sai_srapi_api configration 20080107
2 Returning RESULT Value transfer Type reference (TYPE) STRING 20080107

Method GET_TEST_PARAMETER on class CL_SRAPI_TEST_FIXTURE has no exception.

Method IS_EQUAL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_EQUAL Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080108
2 Exporting EX_MESSAGE Call by reference Type reference (TYPE) STRING Describing what part dffers 20080108
3 Importing IM_ACTUAL Call by reference Object reference (TYPE REF TO) CL_SRAPI_REP_OBJECT_KEY Key of a Repository Object 20080108
4 Importing IM_EXPECTED Call by reference Object reference (TYPE REF TO) CL_SRAPI_REP_OBJECT_KEY Key of a Repository Object 20080108

Method IS_EQUAL_KEY on class CL_SRAPI_TEST_FIXTURE has no exception.

Method IS_USING_WRITE_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091116

Method IS_USING_WRITE_SERVICE on class CL_SRAPI_TEST_FIXTURE has no exception.

Method IS_WRITE_NAMESP_CLEAN_NEEDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091117

Method IS_WRITE_NAMESP_CLEAN_NEEDED on class CL_SRAPI_TEST_FIXTURE has no exception.

Method SETUP Signature

Method SETUP on class CL_SRAPI_TEST_FIXTURE has no parameter.
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061205

Method SET_TEST_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REPOSITORY_URL Call by reference Type reference (TYPE) STRING URL for the repository to be used 20080107
2 Importing IM_TEST_READ_USER_NAME Call by reference Type reference (TYPE) STRING Name of the read user to be used 20080107
3 Importing IM_TEST_READ_USER_PWD Call by reference Type reference (TYPE) STRING Password of the read user to be used 20080107
4 Importing IM_TEST_WRITE_USER_NAME Call by reference Type reference (TYPE) STRING Name of the write user to be used 20080107
5 Importing IM_TEST_WRITE_USER_PWD Call by reference Type reference (TYPE) STRING Password of the write user to be used 20080107

Method SET_TEST_PARAMETERS on class CL_SRAPI_TEST_FIXTURE has no exception.

Method TEARDOWN Signature

Method TEARDOWN on class CL_SRAPI_TEST_FIXTURE has no parameter.
# Exception Resumable Description Created on
1 CX_SRAPI_REP_API_ERROR Exception Rep API 20061206
History
Last changed by/on SAP  20110908 
SAP Release Created in 710