SAP ABAP Interface IF_AUNIT_TEST_LOCATOR (INTERNAL: Locator for test artefacts)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-UT (Application Component) ABAP Unit
     SABP_UNIT_CORE (Package) INTERNAL: NO REUSE - Core functionality
Properties
Interface IF_AUNIT_TEST_LOCATOR  
Short Description INTERNAL: Locator for test artefacts    
General Data
Package SABP_UNIT_CORE   INTERNAL: NO REUSE - Core functionality 
Created 20110413   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_AUNIT_TEST_LOCATOR has no forward declaration.
Interfaces
Interface IF_AUNIT_TEST_LOCATOR has no interface.
Friends
Interface IF_AUNIT_TEST_LOCATOR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_KIND Constant Public See coding 20110413
Methods
# Method Level Visibility Method type Description Created on
1 GET_LOCATIONS Instance method Public Method Returns the location of test artefacts 20110413
2 SEARCH_ITEM_BY_POSITION Instance method Public Method Returns position of test artefact or intial 20110413
Events
Interface IF_AUNIT_TEST_LOCATOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_LOCATION Public See coding 20110413 begin of TY_S_LOCATION, include_Name type string, line_Number type i, offset type i, frst_Name type string, scnd_Name type string, kind type int1, end of ty_S_Location
2 TY_T_LOCATIONS Public See coding 20110413 ty_T_Locations type sorted table of ty_S_Location with unique key frst_Name scnd_Name kind
Method Signatures

Method GET_LOCATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_T_LOCATIONS 20110413

Method GET_LOCATIONS on Interface IF_AUNIT_TEST_LOCATOR has no exception.

Method SEARCH_ITEM_BY_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FRST_NAME Call by reference Type reference (TYPE) STRING 20110413
2 Importing INCLUDE_NAME Call by reference Type reference (TYPE) STRING 20110413
3 Exporting KIND Call by reference Type reference (TYPE) INT1 20110413
4 Importing LINE_NUMBER Call by reference Type reference (TYPE) I 20110413
5 Exporting SCND_NAME Call by reference Type reference (TYPE) STRING 20110413

Method SEARCH_ITEM_BY_POSITION on Interface IF_AUNIT_TEST_LOCATOR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740