helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.52k stars 564 forks source link

Refactor assertions to use `assertThat` with appropriate matchers #9503

Closed abdelhak-zaaim closed 16 hours ago

abdelhak-zaaim commented 1 week ago

Refactored test assertions to use assertThat instead of assertEquals to align with Helidon's convention.