SAP ABAP Interface IF_AUNIT_TEST_CLASS_HANDLE (ABAP Unit: Handle for a test class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_CORE_API (Package) ABAP Unit: Public API

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_AUNIT_EXT_RES_PROXY | INTERNAL: Testbox proxy for extended result | 20060123 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AUNIT_TEST_CLASS | INTERNAL: *NO REUSE* Test Class Handle | 20051115 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AUNIT_TEST_CLASS_DECORATOR | ABAP Unit: Test class decorator | 20051115 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AUNIT_TEST_CLASS_DUMMY | INTERNAL: Test Double for Selftest Purposes | 20080822 |
Properties
Interface | IF_AUNIT_TEST_CLASS_HANDLE | |
Short Description | ABAP Unit: Handle for a test class |
General Data
Package | SABP_UNIT_CORE_API | ABAP Unit: Public API |
Created | 20051115 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_AUNIT_TEST_CLASS | ABAP Unit: Test class | 20051115 | ||
2 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20051115 |
Friends
Interface IF_AUNIT_TEST_CLASS_HANDLE has no friend.
Attributes
Interface IF_AUNIT_TEST_CLASS_HANDLE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Creates test class object | 20051115 |
2 | ![]() |
Instance method | Public | Method | 20051115 | |
3 | ![]() |
Instance method | Public | Method | 20051115 | |
4 | ![]() |
Instance method | Public | Method | 20051115 | |
5 | ![]() |
Instance method | Public | Method | 20051115 | |
6 | ![]() |
Instance method | Public | Method | 20051115 | |
7 | ![]() |
Instance method | Public | Method | 20051115 | |
8 | ![]() |
Instance method | Public | Method | Prepares static harness before test class suite | 20051115 |
9 | ![]() |
Instance method | Public | Method | Resets harness after test class suite | 20051115 |
10 | ![]() |
Instance method | Public | Method | Prepares harness before test method / test case | 20051115 |
11 | ![]() |
Instance method | Public | Method | Resets harness after test method / test case | 20051115 |
12 | ![]() |
Instance method | Public | Method | Executes test case | 20051115 |
Events
Interface IF_AUNIT_TEST_CLASS_HANDLE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_T_EXCEPTIONS | Public | See coding | Exceptions | 20051116 | ty_T_Exceptions
type standard table of ref to cx_Root with default key
|
|
2 | TY_T_TESTCLASS_HANDLES | Public | See coding | Test class handles | 20051115 | ty_T_Testclass_Handles type standard table
of ref to if_Aunit_Test_Class_Handle with default key
|
Method Signatures
Method CREATE_INSTANCE Signature
Method CREATE_INSTANCE on Interface IF_AUNIT_TEST_CLASS_HANDLE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051115 | ||
2 | ![]() |
20051115 |
Method GET_ABSOLUTE_CLASS_NAME Signature
Method GET_ABSOLUTE_CLASS_NAME on Interface IF_AUNIT_TEST_CLASS_HANDLE has no parameter.
Method GET_ABSOLUTE_CLASS_NAME on Interface IF_AUNIT_TEST_CLASS_HANDLE has no exception.
Method GET_CLASS_NAME Signature
Method GET_CLASS_NAME on Interface IF_AUNIT_TEST_CLASS_HANDLE has no parameter.
Method GET_CLASS_NAME on Interface IF_AUNIT_TEST_CLASS_HANDLE has no exception.
Method GET_DURATION_CATEGORY Signature
Method GET_DURATION_CATEGORY on Interface IF_AUNIT_TEST_CLASS_HANDLE has no parameter.
Method GET_DURATION_CATEGORY on Interface IF_AUNIT_TEST_CLASS_HANDLE has no exception.
Method GET_PROGRAM_NAME Signature
Method GET_PROGRAM_NAME on Interface IF_AUNIT_TEST_CLASS_HANDLE has no parameter.
Method GET_PROGRAM_NAME on Interface IF_AUNIT_TEST_CLASS_HANDLE has no exception.
Method GET_RISK_LEVEL Signature
Method GET_RISK_LEVEL on Interface IF_AUNIT_TEST_CLASS_HANDLE has no parameter.
Method GET_RISK_LEVEL on Interface IF_AUNIT_TEST_CLASS_HANDLE has no exception.
Method GET_TEST_METHODS Signature
Method GET_TEST_METHODS on Interface IF_AUNIT_TEST_CLASS_HANDLE has no parameter.
Method GET_TEST_METHODS on Interface IF_AUNIT_TEST_CLASS_HANDLE has no exception.
Method INVOKE_CLASS_SETUP Signature
Method INVOKE_CLASS_SETUP on Interface IF_AUNIT_TEST_CLASS_HANDLE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051115 | ||
2 | ![]() |
20051115 |
Method INVOKE_CLASS_TEARDOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXCEPTIONS | Call by reference | Type reference (TYPE) | TY_T_EXCEPTIONS | caught exceptions during teardown | 20051115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051115 | ||
2 | ![]() |
20051115 |
Method INVOKE_SETUP Signature
Method INVOKE_SETUP on Interface IF_AUNIT_TEST_CLASS_HANDLE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051115 | ||
2 | ![]() |
20051115 |
Method INVOKE_TEARDOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXCEPTIONS | Call by reference | Type reference (TYPE) | TY_T_EXCEPTIONS | caught exceptions during teardown | 20051115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051115 | ||
2 | ![]() |
20051115 |
Method INVOKE_TEST_METHOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
METHOD_NAME | Call by reference | Type reference (TYPE) | SAUNIT_D_METHOD | name of method to start | 20051115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051115 | ||
2 | ![]() |
20051115 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |