Skip to content
#

assert

Here are 320 public repositories matching this topic...

atrium
robstoll
robstoll commented Apr 28, 2020

Platform (jvm, js, android): jvm
Extension (none, kotlin 1.3, jdk8): jdk8

Code related feature

expect(ZonedDateTime.now()).isAfter("2020-04-28T12:00Z")

//instead of

expect(ZonedDateTime.now()).isAfter(ZonedDateTime.of(2020,4,28,12,0,0,0, ZoneId.of("Z")))

Following the things you need to do:

atrium-logic:

  • duplicate each method in chronoZonedDateTimeAsserti

Improve this page

Add a description, image, and links to the assert topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assert topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.