Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor tests with an assertion library (AssertJ or equivalent) #34

Closed
clementguillot opened this issue Feb 19, 2024 · 0 comments · Fixed by #52
Closed

Refactor tests with an assertion library (AssertJ or equivalent) #34

clementguillot opened this issue Feb 19, 2024 · 0 comments · Fixed by #52

Comments

@clementguillot
Copy link
Owner

clementguillot commented Feb 19, 2024

Description

Since I'm using kotlin-test, I can't say that I'm 100% convinced. In Spring Boot ecosystem, spring-boot-starter-test includes assertj-code which is a very nice library for Java.

We can use AssertJ in Kotlin but we would not use 100% of Kotlin syntax (and its syntax sugars). Sounds like Atrium has solid arguments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant