Core concept
assertThat(list).hasSize(3).contains("a").doesNotContain("x");Advertisement
How it works
API surface large. Learning curve.
Advertisement
Trade-offs + gotchas
Modern Java tests.
assertThat(list).hasSize(3).contains("a").doesNotContain("x");API surface large. Learning curve.
Modern Java tests.