From 2df656c66cb8eb9bcdb695b98e1b59c63481381d Mon Sep 17 00:00:00 2001 From: Phil Webb Date: Thu, 23 May 2019 16:23:06 -0700 Subject: [PATCH] Updated Code Style (markdown) --- Code-Style.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Code-Style.md b/Code-Style.md index 93e24be..a0f8dbf 100644 --- a/Code-Style.md +++ b/Code-Style.md @@ -321,6 +321,10 @@ The following are additional general rules to apply when writing Javadoc: Each test class must end with a `Tests` suffix. +### Assertions + +Use AssertJ for assertions. + ### Mocking Use the BDD Mockito support. \ No newline at end of file