...
/Testing a Web Adapter with Integration Tests
Testing a Web Adapter with Integration Tests
Learn how to test web adapters with integration tests.
We'll cover the following...
Moving outward to another layer, we arrive at our adapters. Let’s discuss how a web adapter can be tested.
Recall that a web adapter takes input (for example in the form of
The send money controller test
In the test for a web ...