Robert Stoll

Results 144 issues of Robert Stoll

*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...

help wanted
good first issue

*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...

help wanted
good first issue

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...

enhancement
help wanted

______________________________________ 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 to be bound on them and confirm that my contribution is compliant.

*Platform* (all, jvm, js, android): all *Extension* (none, kotlin 1.3): none ## Code related feature We also want to provide samples for the infix api Following the things you need...

help wanted
good first issue

*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature ``` expect((1..100).toList()).notToContain.entry { toBeGreaterThan(2) } ``` The output will show all elements from 3 to 100...

*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature ``` expect((1..100).toList()).toContainExactly(1,2,3) ``` The output will show all additional elements from 4 to 100 which is...

*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature Consider the following reporting ``` expected that subject: {a=null, null=1, b=2} (java.util.LinkedHashMap ) ◆ contains only,...

enhancement

*Platform* (jvm, js, android): all *Extension* (none, kotlin 1.3, jdk8): none ## Code related feature ``` expect(1).toBe(12) ``` The current output: ``` expect: 1 (kotlin.Int ) ◆ to be: 12...

enhancement

*Platform* (jvm, js, android): all *Extension* (none, kotlin 1.3, jdk8): none ## Code related feature Based on the discussion in https://github.com/robstoll/atrium-roadmap/issues/55 To emphasise that we only report failed assertions per...