abapGit/src/zcl_abapgit_performance_test.clas.locals_def.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

12 lines
312 B
ABAP

*"* use this source file for any type of declarations (class
*"* definitions, interfaces or type declarations) you need for
*"* components in the private section
CLASS lcl_dummy_progress DEFINITION.
PUBLIC SECTION.
INTERFACES:
zif_abapgit_progress.
PROTECTED SECTION.
PRIVATE SECTION.
ENDCLASS.