From 2e2496fb93abcc8bd5e2932638f37ab284cbdb16 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Tue, 9 Jun 2020 19:09:05 +0800 Subject: [PATCH] Create README.md --- testing-modules/testing-assertions/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing-modules/testing-assertions/README.md diff --git a/testing-modules/testing-assertions/README.md b/testing-modules/testing-assertions/README.md new file mode 100644 index 0000000000..08e2e66062 --- /dev/null +++ b/testing-modules/testing-assertions/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: + +- [Asserting Log Messages With JUnit](https://www.baeldung.com/junit-asserting-logs)