2.1.1 • New documentation website
Documentation
- Moved the website to https://prepared.opensavvy.dev (!164, !167)
- Removed the mention to the Best Practices page, which doesn't exist yet (#85, !166)
String.matches(String)
for easier regex matching (#a9cb1224, !160)checkThrows
(#5e1653e1, !160)@ExperimentalTraceApi
on assertRaisesWith
methods (!142)time.now
' to get the current kotlin.time.Instant
(#78, !135)time.clock
' to get the current kotlin.time.Clock
(#78, !135)time.set
' and 'time.delayUntil
' to easily control the passage of time (#78, !135)TestBalloon is a new test framework for Kotlin that empowers much more lightweight DSLs and promises easier updates. In this release, we add experimental support (!134) for the very first TestBalloon release.
Once the TestBalloon IntelliJ plugin is released, TestBalloon will likely become the primary target for Prepared.
Replace:
by:All random generation methods have been moved from package opensavvy.prepared.suite
to opensavvy.prepared.suite.random
.
Users will need to update all imports to these functions, but they are otherwise unchanged (#48, !113).