Updated Code Style (markdown)

master
Phil Webb 7 years ago
parent
commit
2df656c66c
  1. 4
      Code-Style.md

4
Code-Style.md

@ -321,6 +321,10 @@ The following are additional general rules to apply when writing Javadoc: @@ -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.
Loading…
Cancel
Save