abapGit/src/zcl_abapgit_performance_test.clas.locals_imp.abap
Fabian Lupa dc5725b49c
Add performance test (#3847)
* Add performance test

* Fix some linter errors

* Refactor free selections to reduce method length

* Performance test add title to result ALV

* Attempt downport

* Downport

* Pretty Printer VS abaplint

* Undo more changes done by pretty printer

* Adjust performance popup title and ALV layout

* Move free sel dialog to global for abapmerge

* Move some type definitions for abapmerge

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-09-08 10:39:20 +02:00

13 lines
297 B
ABAP

*"* use this source file for the definition and implementation of
*"* local helper classes, interface definitions and type
*"* declarations
CLASS lcl_dummy_progress IMPLEMENTATION.
METHOD zif_abapgit_progress~set_total.
ENDMETHOD.
METHOD zif_abapgit_progress~show.
ENDMETHOD.
ENDCLASS.