SAP ABAP Class IF_AUNIT_TEST_LOCATOR (INTERNAL: Locator for test artefacts)
Properties
Class | IF_AUNIT_TEST_LOCATOR | |
Short Description | INTERNAL: Locator for test artefacts | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20110413 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_AUNIT_TEST_LOCATOR has no forward declaration.
Interfaces
Class IF_AUNIT_TEST_LOCATOR has no interface implemented.
Friends
Class IF_AUNIT_TEST_LOCATOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20110413 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the location of test artefacts | 20110413 |
2 | ![]() |
Instance method | Public | Method | Returns position of test artefact or intial | 20110413 |
Events
Class 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_T_LOCATIONS | 20110413 |
Method GET_LOCATIONS on class 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 | ![]() |
FRST_NAME | Call by reference | Type reference (TYPE) | STRING | 20110413 | |||
2 | ![]() |
INCLUDE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110413 | |||
3 | ![]() |
KIND | Call by reference | Type reference (TYPE) | INT1 | 20110413 | |||
4 | ![]() |
LINE_NUMBER | Call by reference | Type reference (TYPE) | I | 20110413 | |||
5 | ![]() |
SCND_NAME | Call by reference | Type reference (TYPE) | STRING | 20110413 |
Method SEARCH_ITEM_BY_POSITION on class IF_AUNIT_TEST_LOCATOR has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |