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.