SAP ABAP Class CL_AUNIT_CLASSTEST_SESSION_RES (INTERNAL: Result shared between test runner and sandbox)
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

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | ACL_AUNIT_RESULT | INTERNAL: Abstract Result Collector | 20040115 |
Properties
Class | CL_AUNIT_CLASSTEST_SESSION_RES | |
Short Description | INTERNAL: Result shared between test runner and sandbox | |
Super Class | ACL_AUNIT_RESULT | INTERNAL: Abstract Result Collector |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | S | System Program |
Category | 0 | |
Package | SABP_UNIT_CORE | INTERNAL: NO REUSE - Core functionality |
Created | 20030905 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_AUNIT_CLASSTEST_SESSION_RES has no interface implemented.
Friends
Class CL_AUNIT_CLASSTEST_SESSION_RES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAUNIT_D_CLASS | 20051227 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TAUNIT_DESCR_TAB | 20080729 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XSTRING | 20051227 | |||
4 | ![]() |
Instance attribute | Private | See coding | 20051227 | ||||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TIMESTAMPL | 20100922 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAUNIT_D_PROGRAM | 20051227 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20051227 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20061108 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20051227 | |
2 | ![]() |
Instance method | Public | Method | Serialize Session Data | 20030905 |
3 | ![]() |
Static method | Public | Method | Deserialize test sandbox state and convert to result handle | 20030905 |
4 | ![]() |
Instance method | Public | Method | Sandbox only: Request end of test suite PROGRAM | 20051227 |
5 | ![]() |
Instance method | Public | Method | Sandbox only: Byte code if test classes is not available | 20061108 |
6 | ![]() |
Instance method | Private | Method | Add context (program/class/method) to failure | 20080729 |
7 | ![]() |
Static method | Private | Method | Converter for multiple lines | 20080729 |
8 | ![]() |
Static method | Private | Method | Converter for single line | 20080729 |
9 | ![]() |
Static method | Private | Method | Is line also a complete description? | 20080729 |
Events
Class CL_AUNIT_CLASSTEST_SESSION_RES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_SESSION_DATA | Private | See coding | 20061108 | begin of ty_S_Session_Data,
is_Valid type abap_Bool,
test_Byte_Code_Miss type abap_Bool,
quit_Program type abap_Bool,
ext_Proxy_State type xstring,
descriptions type taunit_Descr_Tab,
end of ty_S_Session_Data
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | SAUNIT_D_CLASS | Klasse | 20051227 | ||
2 | ![]() |
PROGRAM | Call by reference | Type reference (TYPE) | SAUNIT_D_PROGRAM | Kompilationseinheit | 20051227 |
Method CONSTRUCTOR on class CL_AUNIT_CLASSTEST_SESSION_RES has no exception.
Method EXPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BUFFER | Value transfer | Type reference (TYPE) | XSTRING | 20041012 | |||
2 | ![]() |
MEM_ID | Call by reference | Type reference (TYPE) | CL_AUNIT_CLASSTEST_SESSIONFE=>T_MEM_ID | 20051227 |
Method EXPORT on class CL_AUNIT_CLASSTEST_SESSION_RES has no exception.
Method IMPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BUFFER | Call by reference | Type reference (TYPE) | XSTRING | 20041012 | |||
2 | ![]() |
DO_QUIT_PROGRAM | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20061108 | |||
3 | ![]() |
MEM_ID | Call by reference | Type reference (TYPE) | CL_AUNIT_CLASSTEST_SESSIONFE=>T_MEM_ID | 20051227 | |||
4 | ![]() |
NO_TEST_BYTE_CODE_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20061108 | |||
5 | ![]() |
RESULT_HANDLE | Call by reference | Object reference (TYPE REF TO) | IF_AUNIT_CLASSTEST_RESULT | 20051227 |
Method IMPORT on class CL_AUNIT_CLASSTEST_SESSION_RES has no exception.
Method SET_QUIT_PROGRAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DO_QUIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20051227 |
Method SET_QUIT_PROGRAM on class CL_AUNIT_CLASSTEST_SESSION_RES has no exception.
Method SET_TEST_BYTE_CODE_IS_MISSING Signature
Method SET_TEST_BYTE_CODE_IS_MISSING on class CL_AUNIT_CLASSTEST_SESSION_RES has no parameter.
Method SET_TEST_BYTE_CODE_IS_MISSING on class CL_AUNIT_CLASSTEST_SESSION_RES has no exception.
Method __ADD_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_AUNIT_INFO_MESSAGE | Joint Interface of all ABAP Unit Information | 20080729 |
Method __ADD_CONTEXT on class CL_AUNIT_CLASSTEST_SESSION_RES has no exception.
Method __COLLECT_MULTI_LINE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESCR_TAB | Call by reference | Type reference (TYPE) | TAUNIT_DESCR_TAB | 20080729 | |||
2 | ![]() |
RESULT_HANDLE | Call by reference | Object reference (TYPE REF TO) | IF_AUNIT_CLASSTEST_RESULT | Results Collector for Tests of a Test Class | 20081126 |
Method __COLLECT_MULTI_LINE_INFO on class CL_AUNIT_CLASSTEST_SESSION_RES has no exception.
Method __COLLECT_SINGLE_LINE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESCR | Call by reference | Type reference (TYPE) | TAUNIT_DESCR | 20080729 | |||
2 | ![]() |
KIND | Call by reference | Type reference (TYPE) | TAUNIT_KIND | 20080729 | |||
3 | ![]() |
RESULT_HANDLE | Call by reference | Object reference (TYPE REF TO) | IF_AUNIT_CLASSTEST_RESULT | 20080729 |
Method __COLLECT_SINGLE_LINE_INFO on class CL_AUNIT_CLASSTEST_SESSION_RES has no exception.
Method __IS_SINGLE_LINE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
KIND | Call by reference | Type reference (TYPE) | TAUNIT_KIND | 20080729 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080729 |
Method __IS_SINGLE_LINE_INFO on class CL_AUNIT_CLASSTEST_SESSION_RES has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |