Releases: verifyica-team/verifyica
Releases · verifyica-team/verifyica
0.8.1
0.8.0 - Obsolete
New
- Added configuration property to disable test banner logging for each test
Changed
- Changed timestamps in Verifyica headers when using the Verifyica Maven plugin
- Updated dependencies
0.7.2 - Obsolete
New
- Added ISO8601 timestamps to Verifyica headers when using the Verifyica Maven plugin
Changed
- Updated dependencies
0.7.1 - Obsolete
Fixed
- Fixed engine threading performance
0.7.0 - Obsolete
Changed
- Updated dependencies
- Converted to use Dependabot
New
- Added configurable engine execution (state machine) throttling
- throttle at the class, argument, or test (and associated method) levels
- Added compact summary when running via Verifyica Maven Plugin
- easier to grep summary results
0.6.2 - Obsolete
Fixed
- Fixed Maven Plugin properties handling
- Fixed StackTrace pruning
0.6.1 - Obsolete
Fixed
- Fixed Maven Plugin to correctly report all test failures to Maven
0.6.0 - Obsolete
Fixed
- Minor performance improvements when shutting down
ExecutorServices
Changed
- Removed
@Verifyica.Independent
annotation (not used) - Removed deprecated classes
Assumptions
Runner
SkipExecution
Cleanup
New
- Added
@Verifyica.DependsOn
/@Verifyica.DependsOns
annotations to order test methods using@Verifyica.Tag
values
0.5.2 - Obsolete
Fixed
- Fixed intermittent deadlock when using
System.out
in tests - Fixed performance issue when waiting on test class / test argument executors to terminate
Changed
- Updated example tests
0.5.1 - Obsolete
Fixed
- Fixed
LockManager
to trim keys - Fixed
Trap.assertEmpty()
to handle a Collection with a nullTrap
- Fixed interleaved System.out / System.err output
Changed
- Deprecated
Assumptions
,Cleanup
, andSkipExecution
classes (seeExecution
) - Updated dependencies
New
- Added
Execution
class