Skip to content

Commit

Permalink
Adding reference for assertions.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Jul 18, 2019
1 parent 144206e commit d44d0da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code-samples/04-tdd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d44d0da

Please sign in to comment.