org.opentest4j.AssertionFailedError: expected: <1> but was: <0> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit ...
at org.opengroup.osdu.storage.provider.gcp.web.repository.OsmRecordsMetadataRepositoryTest$1.deleteById (OsmRecordsMetadataRepositoryTest.java:56) at ...
Unit testing in Java has been particularly affected by the static import and in this blog post I provide one quick example of using static imports to make more fluent unit tests that use JUnit and ...