atrium
atrium copied to clipboard
A multiplatform expectation library for Kotlin
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.10. Release notes Sourced from jvm's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is...
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.10. Release notes Sourced from jvm's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is...
Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.10. Release notes Sourced from multiplatform's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is...
# Outline Add some specs to `MapToContainInOrderOnlyKeyValueExpectationsSpec` . I made those reference to `IterableToContainInOrderOnlyValuesExpectationsSpec` . # Issue #1129 ______________________________________ I confirm that I have read the [Contributor Agreements v1.0](https://github.com/robstoll/atrium/blob/main/.github/Contributor%20Agreements%20v1.0.txt), agree...
*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature Following the things you need to do: - [ ] see TODOs in MapToContainInOrderOnlyKeyValueExpectationsSpec ## Your...
*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature Would be nicer to have the build file in Kotlin instead of groovy ## Your first...
Bumps [js](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.10. Release notes Sourced from js's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is...
Bumps `kotlin.version` from 1.7.0 to 1.7.10. Updates `kotlin-stdlib-jdk8` from 1.7.0 to 1.7.10 Commits See full diff in compare view Updates `kotlin-reflect` from 1.7.0 to 1.7.10 Commits See full diff in...
Bumps `kotlinVersion` from 1.3.72 to 1.7.10. Updates `kotlin-gradle-plugin` from 1.3.72 to 1.7.10 Release notes Sourced from kotlin-gradle-plugin's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should...
We currently share the logic for all Iterable when it comes to `toContain`. However, we could provide a faster implementation for contains values because there will never be more than...