© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
J. E. McDonoughAutomated Unit Testing with ABAPhttps://doi.org/10.1007/978-1-4842-6951-0_12

12. Configurable Test Doubles

James E. McDonough1  
(1)
Pennington, NJ, USA
 

Chapter 8 covered the details of creating test doubles and using them during automated unit tests, describing how to define a test double either as a subclass inheriting from a base class or as a class implementing an interface. This chapter introduces configurable test doubles.

Isolation Frameworks

You’ll be happy to know that manually defining your own test double is not the only way to facilitate using one. Many programming languages now provide frameworks for defining configurable test doubles ...

Get Automated Unit Testing with ABAP: A Practical Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.