former_member382438
Explorer
Member since ‎2017 Feb 27

User Statistics

  • 6 Posts
  • 0 Solutions
  • 4 Kudos given
  • 11 Kudos received

User Activity

Introduction Interface injection is a technique where one object supplies the dependencies data of another object. The intention behind dependency injection is to decouple the objects to the extent that no main code must be changed simply because a ...
Introduction ABAP Unit is the new unit test tool for ABAP which solves the problems with developer tests. Unit tests are a methodology for software development and are a mature framework in the developer toolbox. Tests can be conveniently grouped in...