From d44d0da075687af4d024ab7a6c3ed8cdc80b6e96 Mon Sep 17 00:00:00 2001 From: Gaurav Agarwal Date: Thu, 18 Jul 2019 12:38:09 +0530 Subject: [PATCH] Adding reference for assertions. --- code-samples/04-tdd/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code-samples/04-tdd/README.md b/code-samples/04-tdd/README.md index a8b0c28..1f265ae 100644 --- a/code-samples/04-tdd/README.md +++ b/code-samples/04-tdd/README.md @@ -21,3 +21,7 @@ Refer Kata Catalog: https://github.com/AgarwalConsulting/kata-catalog/blob/maste - For each step in the kata, write a simple test in `src/test/...`, add `assert*` statements to it. - Run your tests, after you have written the production code - Refactor + +## References + +- https://junit.org/junit4/javadoc/latest/org/junit/Assert.html