2.0.5 • Documentation improvements around test runners
Documentation
- Added TestBalloon to the list of available runners (807fd198, !138)
- Added a usage example of each test runner in the documentation (0a34377b, !138)
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).
Replace:
by