Get Your Hands Dirty on Clean Architecture - Second Edition by Tom Hombergs

Get Your Hands Dirty on Clean Architecture - Second Edition by Tom Hombergs

Author:Tom Hombergs
Language: eng
Format: epub
Publisher: Packt
Published: 2023-12-15T00:00:00+00:00


Testing a web adapter with integration tests

Moving outward another layer, we arrive at our adapters. Let’s discuss testing a web adapter.

Recall that a web adapter takes input, for example, in the form of JSON strings, via HTTP, might do some validation on it, maps the input to the format a use case expects, and then passes it to that use case. It then maps the result of the use case back to JSON and returns it to the client via an HTTP response.

In the test for a web adapter, we want to make certain that all those steps work as expected:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.