Slf4jtesting Versions Save

SLF4J Testing library optimised for test concurrency and dependency injection

1.1.3

7 years ago
  • added StringPrintStream.clear()
  • for convenience matches(String) now uses Pattern.DOTALL style matching as this is typically what folk want
  • use match(Pattern) if you want to fine tune
  • whereas "contains(String)" methods use "String.contains" behaviour

1.1.2

7 years ago

1.1.1

7 years ago
  • LogMessage now public
  • Additional match() methods permitting regex Pattern arg

1.1.0

7 years ago

Minor api enhancements suggested by consumers. Extra scala example.

1.0.1

7 years ago
  • classpathHell employed to detect classpath issues
  • java 8

1.0.0

7 years ago

Initial feature set