(some of the following also applies to JUnit 4) - use `assertAll` in Persistent Entity tests with [multiple assertions](https://github.com/lagom/online-auction-java/blob/master/bidding-impl/src/test/java/com/example/auction/bidding/impl/AuctionEntityTest.java#L62-L64) over `outcome` - create and use a [`@Fast` annotation](https://junit.org/junit5/docs/current/user-guide/#writing-tests-meta-annotations) to tag Persistent Entity tests - ...
(some of the following also applies to JUnit 4)
assertAllin Persistent Entity tests with multiple assertions overoutcome@Fastannotation to tag Persistent Entity tests