Releases: seregamorph/spring-test-smart-context
Releases · seregamorph/spring-test-smart-context
v0.8
v0.7
Changes
- Enhanced logging of test suite classes 86e9ede by @seregamorph
- Refactor SpringContextEventTestLogger to Listener #11
- Updated dependencies to spring-framework, junit-jupiter and TestNG to avoid vulnerability scanner warnings
v0.6
Changes
- Support of
@Nested
tests without custom configuration #9 @seregamorph - Optimization
@DirtiesContext(BEFORE_CLASS)
go first in a group ca7be87 - TestKit for internal test of the framework 598a71b
- Refactor
CurrentTestContext
6cc45e8
Thanks @cfraenkel for insights and review.
v0.5
Changes
Sort @DirtiesContext Test classes to the end of their group
#10 by @cfraenkel
v0.4
Changes
- Fix
isReorderTestJUnit5Jupiter incorrectly filters out Tests
#7 by @cfraenkel (#8) - Switch to
central-publishing-maven-plugin
9317726
v0.3
Added lazy LateInitDataSource
Enhanced javadoc
v0.2
Supports all three major frameworks:
- JUnit 4 (via junit-platform vintage-engine)
- JUnit 5 Jupiter
- TestNG (both direct TestNG and via junit-platform testng-engine)
Supported launchers: IDEA, Maven, Gradle.
Also it's compatible with Develocity (former Gradle Enterprise).
Thanks to @gavlyukovskiy for contribution and @marcphilipp for review and consultation.
v0.1
Initial release.
Supports TestNG only.
Supported launchers: IDEA, Maven.
Supported launch modes: both direct TestNG and via JUnit5 platform launcher.