Skip to content

Finatra 21.11.0

Compare
Choose a tag to compare
@finaglehelper finaglehelper released this 24 Nov 22:31
· 135 commits to develop since this release

21.11.0

Added

  • inject-core: Introduce a runAfterAll hook in c.t.inject.IntegrationTestMixin to allow for
    running logic to clean-up test resources in the org.scalatest.BeforeAndAfterAll#afterAll without
    needing to 1) override org.scalatest.BeforeAndAfterAll#afterAll, 2) ensure super is called for
    other resources clean-up, and 3) ensure all resources get cleaned up, regardless of non-fatal
    exceptions thrown as part of the clean-up logic and otherwise fail the TestSuite run.
    42c17b87

Changed