Make your tests more readable using AssertJ and BDD syntax
It must be green ok? — Ruby Rhod
Nov 2, 20216 min read1.3K

Search for a command to run...
Articles tagged with #unit-testing
It must be green ok? — Ruby Rhod

Hi! This is my first post on a series of quick tips to improve your tests in Java, I hope you will learn something today 👍 Have you ever used Instant.now(), LocalDateTime.now() or ZonedDateTime.now() in your code, only to find it difficult to test l...
