From 380bdea5712a89ddb8b51c3fa838e4312c9973a5 Mon Sep 17 00:00:00 2001 From: Aron Date: Fri, 5 Jan 2024 10:37:16 +0100 Subject: [PATCH] Update assertj doc link --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 17dce2e..c2b9414 100644 --- a/README.adoc +++ b/README.adoc @@ -130,7 +130,7 @@ include::complete/src/test/java/com/example/testingweb/SmokeTest.java[] ==== Spring interprets the `@Autowired` annotation, and the controller is injected before the -test methods are run. We use http://joel-costigliola.github.io/assertj/[AssertJ] +test methods are run. We use https://assertj.github.io/doc/[AssertJ] (which provides `assertThat()` and other methods) to express the test assertions. NOTE: A nice feature of the Spring Test support is that the application context is cached