/AdvisedTesting

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

Primary LanguageJavaMIT LicenseMIT

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.