All files / test/src/inject zcl_abapgit_inject_cts_api.clas.abap

83.05% Statements 49/59
100% Branches 1/1
16.66% Functions 1/6
83.05% Lines 49/59

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 601x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x     1x     1x 1x 1x 1x 1x 1x 1x     1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x     1x     1x 1x 1x 1x  
CLASS zcl_abapgit_inject_cts_api DEFINITION PUBLIC.
  PUBLIC SECTION.
    INTERFACES:
      zif_abapgit_cts_api.
ENDCLASS.
 
CLASS zcl_abapgit_inject_cts_api IMPLEMENTATION.
  METHOD zif_abapgit_cts_api~read_request_and_tasks.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~confirm_transport_messages.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~create_transport_entries.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~get_r3tr_obj_for_limu_obj.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~get_transports_for_list.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~get_transport_for_object.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~insert_transport_object.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~is_chrec_possible_for_package.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~list_open_requests.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~list_r3tr_by_request.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~read.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~read_description.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~read_creation_dates.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~read_user.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~validate_transport_request.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~change_transport_type.
    RETURN. " todo, implement method
  ENDMETHOD.
  METHOD zif_abapgit_cts_api~is_object_type_customizing.
    RETURN. " todo, implement method
  ENDMETHOD.
ENDCLASS.