ABAP Tools
The following changes refer to the ABAP development tools as well as the test and analysis tools that are provided in the Eclipse-based IDE and the SAP GUI.
ABAP Development Tools (Eclipse-Based)
To find a detailed overview, please see the information here on the What´s New in ADT list Version 2.36.
ABAP Workbench (GUI-Based)
ABAP Test Double Framework
The ABAP Test Double Framework has been designed to simplify and standardize the creation and configuration of test double behavior. Test doubles are used in unit test environments to replace dependent objects which are used by methods to be tested.
The framework supports the creation of test doubles for global interfaces. The outputs of a method call can be easily configured using the framework API. The values of returning, exporting, changing parameters, and also exceptions as well as events can be configured for each method call.
Additionally, the framework provides functionality to verify interactions on the double object, for example, the number of times a method was called with specific input paramters.