2.3.0 • Derived prepared values, more platforms for Ktor
Suite
- Added
prepared {}.flatMap {}(!186)
Compat: Gradle
- Added
.dirand.buildDirextensions on prepared values to facilitate accessing fields of a Gradle project (!186)
prepared {}.flatMap {} (!186).dir and .buildDir extensions on prepared values to facilitate accessing fields of a Gradle project (!186)@TestEntrypoint annotation (#72ea802d)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.