JUnit团队发布了JUnit 6.0.0(2025年9月30日公开可用),统一了Platform、Jupiter和Vintage的版本号,并将最低Java版本提升至17(对于Kotlin测试代码则是Kotlin 2.2)。此更新增加了对Kotlin suspend测试的原生支持,新的CancellationToken ...
On real iOS devices, using kotlinx.serialization to encode and decode a @Serializable class containing a nullable nested class crashes the app. This only occurs on physical iOS devices; the same code ...