Skip to content

Architecture: Integration with your tests

Esta Nagy edited this page Aug 26, 2022 · 1 revision

Lowkey Vault integration is no different than the classical scenario when test use test doubles to test the system under test.

  1. Tests set up the test doubles
  2. The system under test is started using the test doubles
  3. Tests are executed
  4. Test doubles are cleaned up during tear down

Please see the diagram below to see how simple it is:

Test components