From bca7b377714b481dec96ab6ca49560f463c8b93b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateo=20Stjepanovi=C4=87?= Date: Mon, 20 Sep 2021 12:47:40 +0200 Subject: [PATCH] Added readme file --- testing/assertJ/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testing/assertJ/README.md diff --git a/testing/assertJ/README.md b/testing/assertJ/README.md new file mode 100644 index 0000000..61c8425 --- /dev/null +++ b/testing/assertJ/README.md @@ -0,0 +1,4 @@ +# Examples for [Verifying Lists Using AssertJ on reflectoring.io](https://reflectoring.io/verifying-lists-using-assertj) + +This repository contains the source code of the article's examples. +It's based on Spring Boot with really simple code for business logic and with focus on testing. \ No newline at end of file