SAP ABAP Class TH_RFAC_EXTRACT_METHOD (Test Helper Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
     SRFAC_IMPL (Package) Implementation of new refactoring
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AUNIT_ASSERT ABAP Unit: Assertions (see Longtext) 20110701
Properties
Class TH_RFAC_EXTRACT_METHOD  
Short Description Test Helper Class    
Super Class CL_AUNIT_ASSERT ABAP Unit: Assertions (see Longtext) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SRFAC_IMPL   Implementation of new refactoring 
Created 20110516   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class TH_RFAC_EXTRACT_METHOD has no forward declaration.
Interfaces
Class TH_RFAC_EXTRACT_METHOD has no interface implemented.
Friends
Class TH_RFAC_EXTRACT_METHOD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DEFINITION_INCLUDE Instance attribute Public Object reference (TYPE REF TO) IF_RIS_INCLUDE 20110701
2 IMPLEMENTATION_INCLUDE Instance attribute Public Object reference (TYPE REF TO) IF_RIS_INCLUDE 20110701
3 MD Instance attribute Public Object reference (TYPE REF TO) CL_RFAC_METHOD_DESCRIPTION 20110928
4 PRETTY_PRINTER Instance attribute Public Object reference (TYPE REF TO) CL_SEDI_PRETTY_PRINTER 20110928
5 RESULT_INCLUDE Instance attribute Public Object reference (TYPE REF TO) IF_RIS_INCLUDE 20110701
6 RESULT_SOURCE Instance attribute Public Type reference (TYPE) RSWSOURCET 20110701
7 SOURCE Instance attribute Public Type reference (TYPE) RSWSOURCET 20110701
Methods
# Method Level Visibility Method type Description Created on
1 ASSERT_CODE_TABLE_EQUALS Instance method Public Method 20110928
2 ASSERT_FALSE Instance method Public Method 20110701
3 ASSERT_TRUE Instance method Public Method 20110701
4 CONSTRUCTOR Instance method Public Constructor 20110701
5 GET_ALL_EXAMPLES Instance method Public Method 20110701
6 GET_DEFINITION_ROW Instance method Public Method 20110701
7 GET_EXTRACTED_METHOD_CALL Instance method Public Method 20110701
8 GET_EXTRACTED_METHOD_CODE Instance method Private Method 20110701
9 GET_EXTRACTED_METHOD_DEF Instance method Public Method 20110701
10 GET_EXTRACTED_METHOD_IMP Instance method Public Method 20110701
11 GET_IMPLEMENTATION_ROW Instance method Public Method 20110701
12 GET_SELECTION Instance method Public Method 20110701
13 GET_SELECTION_SOURCE Instance method Public Method 20110701
14 GET_SOURCE_HANDLER Instance method Public Method 20110701
Events
Class TH_RFAC_EXTRACT_METHOD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_EXAMPLE Public See coding 20110701 BEGIN OF ts_example, name TYPE string, start_row TYPE i, END OF ts_example
2 TS_SELECTION_OFFSET Public See coding 20110701 BEGIN OF ts_selection_offset, start_row TYPE i, start_col TYPE i, end_row TYPE i, end_col TYPE i, END OF ts_selection_offset
3 TT_EXAMPLES Public See coding 20110701 tt_examples TYPE SORTED TABLE OF ts_example WITH UNIQUE KEY start_row
Method Signatures

Method ASSERT_CODE_TABLE_EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Call by reference Type reference (TYPE) RSWSOURCET 20110928
2 Importing EXP Call by reference Type reference (TYPE) RSWSOURCET 20110928

Method ASSERT_CODE_TABLE_EQUALS on class TH_RFAC_EXTRACT_METHOD has no exception.

Method ASSERT_FALSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Call by reference Type reference (TYPE) ABAP_BOOL 20110701

Method ASSERT_FALSE on class TH_RFAC_EXTRACT_METHOD has no exception.

Method ASSERT_TRUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Call by reference Type reference (TYPE) ABAP_BOOL 20110701

Method ASSERT_TRUE on class TH_RFAC_EXTRACT_METHOD has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class TH_RFAC_EXTRACT_METHOD has no parameter.
Method CONSTRUCTOR on class TH_RFAC_EXTRACT_METHOD has no exception.

Method GET_ALL_EXAMPLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXAMPLES Value transfer Type reference (TYPE) TT_EXAMPLES 20110701

Method GET_ALL_EXAMPLES on class TH_RFAC_EXTRACT_METHOD has no exception.

Method GET_DEFINITION_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VISIBILITY Call by reference Type reference (TYPE) CSEQUENCE 'private' 20110701
2 Returning R_ROW Value transfer Type reference (TYPE) I 20110701

Method GET_DEFINITION_ROW on class TH_RFAC_EXTRACT_METHOD has no exception.

Method GET_EXTRACTED_METHOD_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110701
2 Returning R_RESULT Value transfer Type reference (TYPE) RSWSOURCET 20110701

Method GET_EXTRACTED_METHOD_CALL on class TH_RFAC_EXTRACT_METHOD has no exception.

Method GET_EXTRACTED_METHOD_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KIND Call by reference Type reference (TYPE) CSEQUENCE 20110701
2 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110701
3 Returning R_RESULT Value transfer Type reference (TYPE) RSWSOURCET 20110701

Method GET_EXTRACTED_METHOD_CODE on class TH_RFAC_EXTRACT_METHOD has no exception.

Method GET_EXTRACTED_METHOD_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110701
2 Returning R_RESULT Value transfer Type reference (TYPE) RSWSOURCET 20110701

Method GET_EXTRACTED_METHOD_DEF on class TH_RFAC_EXTRACT_METHOD has no exception.

Method GET_EXTRACTED_METHOD_IMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110701
2 Returning R_RESULT Value transfer Type reference (TYPE) RSWSOURCET 20110701

Method GET_EXTRACTED_METHOD_IMP on class TH_RFAC_EXTRACT_METHOD has no exception.

Method GET_IMPLEMENTATION_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KIND Call by reference Type reference (TYPE) CSEQUENCE 'next' 20110701
2 Returning R_ROW Value transfer Type reference (TYPE) I 20110701

Method GET_IMPLEMENTATION_ROW on class TH_RFAC_EXTRACT_METHOD has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110701
2 Returning R_RESULT Value transfer Type reference (TYPE) IF_RIS_SOURCE_POSITION=>TY_SELECTION 20110701

Method GET_SELECTION on class TH_RFAC_EXTRACT_METHOD has no exception.

Method GET_SELECTION_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESULT Call by reference Type reference (TYPE) STRING_TABLE 20110701
2 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110701
3 Importing I_SELECTION_OFFSET Call by reference Type reference (TYPE) TS_SELECTION_OFFSET 20110701

Method GET_SELECTION_SOURCE on class TH_RFAC_EXTRACT_METHOD has no exception.

Method GET_SOURCE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110701
2 Importing I_SELECTION_OFFSET Call by reference Type reference (TYPE) TS_SELECTION_OFFSET 20110701
3 Returning R_RESULT Value transfer Object reference (TYPE REF TO) IF_RIS_ADT_SOURCE_HANDLER 20110701

Method GET_SOURCE_HANDLER on class TH_RFAC_EXTRACT_METHOD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740