Robert Stoll

Results 144 issues of Robert Stoll

*Platform* (all, jvm, js, android): scala *Extension* (none, kotlin 1.3): none ## Code related feature some code is already committed but we have not yet created an artifact so far....

*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature ``` expect(listOf(1, 2, 3, 4)).toHaveElementsAndAny { toBeLessThan(0) } ``` Results in ``` I expected subject: [1,...

enhancement

*Platform* (all, jvm, js): jvm *Extension* (none, kotlin 1.3): none ## Code related feature ``` val now = ZonedDateTime.now() now.compareTo(now.withZoneSameInstant(ZoneOffset.UTC)) // 1 now.isEqual(now.withZoneSameInstant(ZoneOffset.UTC)) // true ``` We should deprecated the...

enhancement
help wanted
good first issue

*Platform* (jvm, jdk8, js, android): all ## Code related feature ``` expect(person).toBe(anotherPerson) ``` assuming Person is a data class. Currently one has to see the difference based on the representation...

enhancement
help wanted

*Platform* (JVM and/or JS): JVM/JS ## Code related feature Yet to be defined how it should look like and how it should behave. Following a suggestion: ``` assert("{val: "value", obj:...

help wanted

*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature Consider: ``` expect("Hello World\r\nMy name is Robert").contains("Hello World\n") ``` Currently results in the following error report:...

## Non-Code related feature Atrium is currently using dokka 0.9.8 via the tutteli-dokka plugin. We would like to update to dokka 1.4.10 Following the things we need to do (see...

help wanted

*Platform* (jvm, js, android): *Extension* (none, kotlin 1.3, jdk8): none ## Code related feature Currently one has to convert an Array or a Sequence to List or Iterable in order...

enhancement
help wanted
needs votes

*Platform* (jvm, js, android): all *Extension* (none, kotlin 1.3, jdk8): none ## Code related feature We currently provide the possibility to define an own failure handler in case of a...

help wanted

*Platform* (jvm, js, android): *Extension* (none, kotlin 1.3, jdk8): none ## Code related feature ``` expect(null as List?).notToEqualNull { toBeEmpty() } ``` For this we currently see in reporting ```...

help wanted
needs votes