The cirrus-streaming-updater project should use assertj for checking assertions in unit test.
<dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.21.0</version> <scope>test</scope> </dependency>
The cirrus-streaming-updater project should use assertj for checking assertions in unit test.
<dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.21.0</version> <scope>test</scope> </dependency>
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T317045 [Epic] Re-architect the Search Update Pipeline | |||
Resolved | pfischer | T318396 Use assertj for unit tests |
For reference, we have some guidelines in https://www.mediawiki.org/wiki/Manual:Coding_conventions/Java.