Class Method list used by SAP ABAP Class CL_ATD_MASTER_CONTROLLER (Master controller for the Test double framework)
SAP ABAP Class CL_ATD_MASTER_CONTROLLER (Master controller for the Test double framework) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_EQUALS ABAP Unit: Assertions (see longtext)
2 Class Method  CL_ABAP_UNIT_ASSERT - FAIL ABAP Unit: Assertions (see longtext)
3 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_BOUND ABAP Unit: Assertions (see longtext)
4 Class Method  CL_ATD_CONTROLLER - CONSTRUCTOR Abap testdouble control class
5 Class Method  CL_ATD_MASTER_CONTROLLER - GET_CONTROLLER_FOR_DOUBLE Master controller for the Test double framework SOURCE lo_master_ctrl->get_controller_for_double( lo_wrong_double ).
6 Class Method  CL_ATD_MASTER_CONTROLLER - SET_CURRENT_CONTROLLER Master controller for the Test double framework SOURCE me->set_current_controller( ro_controller ).
7 Class Method  CL_ATD_MASTER_CONTROLLER - SET_CURRENT_CONTROLLER Master controller for the Test double framework SOURCE set_current_controller( lo_controller ).
8 Class Method  CL_ATD_MASTER_CONTROLLER - GET_INSTANCE Master controller for the Test double framework
9 Class Method  CL_ATD_MASTER_CONTROLLER - GET_CONTROLLER_FOR_DOUBLE Master controller for the Test double framework SOURCE me->get_controller_for_double( io_double )->verify( ).
10 Class Method  CL_ATD_MASTER_CONTROLLER - GET_CONTROLLER_FOR_DOUBLE Master controller for the Test double framework SOURCE ro_configuration = me->get_controller_for_double( io_double )->configure_call( ).
11 Class Method  CL_ATD_MASTER_CONTROLLER - GET_CONTROLLER_FOR_DOUBLE Master controller for the Test double framework SOURCE lo_master_ctrl->get_controller_for_double( lo_double ).
12 Class Method  CL_ATD_MASTER_CONTROLLER - GET_CONTROLLER_FOR_DOUBLE Master controller for the Test double framework SOURCE lo_ctrl_two = lo_master_ctrl->get_controller_for_double( lo_double_two ).
13 Class Method  CL_ATD_MASTER_CONTROLLER - GET_CONTROLLER_FOR_DOUBLE Master controller for the Test double framework SOURCE lo_ctrl_one = lo_master_ctrl->get_controller_for_double( lo_double_one ).
14 Class Method  CL_ATD_MASTER_CONTROLLER - CREATE_DOUBLE Master controller for the Test double framework
15 Class Method  CL_ATD_MASTER_CONTROLLER - CONSTRUCTOR Master controller for the Test double framework SOURCE create object mo_instance.
16 Class Method  IF_ATD_CONTROLLER - CONFIGURE_CALL Test double framework controller
17 Class Method  IF_ATD_CONTROLLER - CREATE_DOUBLE Test double framework controller
18 Class Method  IF_ATD_CONTROLLER - VERIFY Test double framework controller