You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Description
Since I'm using
kotlin-test
, I can't say that I'm 100% convinced. In Spring Boot ecosystem,spring-boot-starter-test
includesassertj-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:
runBlocking
in theexpect
blockThe text was updated successfully, but these errors were encountered: