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