Skip to content

Test framework integration overview

Esta Nagy edited this page Nov 4, 2020 · 3 revisions

Abort-Mission Boosters aim to integrate with your test framework (e.g. JUnit Jupiter) in order to monitor how your test class post processing and test execution is working.

Obviously there are inevitable differences due to the smaller or larger differences between test frameworks but the generic approach taken by Abort-Mission remains the same. Please find this approach illustrated below on the sequence diagram showing the pseudo integration.

IntegrationSequenceDiagram

Legend

  • Yellow = Test framework/Test code
  • Blue = Abort-Mission code and config
  • Green = The System we want to test (production code with optional test context configuration)