christophsturm
11/20/2021, 1:13 PMexpectThat(listOf(A,B,C)) {
get {indexOf(A)}.isLowerThan(….)
}
christophsturm
11/20/2021, 2:44 PMexpectThat(listOf(A,B,C)).positionOf(A).isBefore(B)
christophsturm
11/20/2021, 2:44 PMexpectThat(listOf(A,B,C)).contains(A).before(B)
also nice but there is already a contains matcherchristophsturm
11/22/2021, 7:52 AMrobfletcher
11/22/2021, 2:48 PMchristophsturm
11/22/2021, 9:09 PM