Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.49 KB

File metadata and controls

19 lines (13 loc) · 1.49 KB

Build Status Maven Site Maven Central Codacy Badge codecov codebeat badge

AdvisedTesting

Utilities to make multi-threaded testing sane, and decouple fixtures from testing framework apis.

Abilities include:

  • Evict classes that include static mutable state (whitelisting is also easy).
  • Capture all logging on a thread (and report it easily on test failure) with logback.
  • Spring support through a generic IoC mechanism.