Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Services are all implemented using CQRS.  Command provides library support for asynchronous processing and audit-able NoSQL persistence of POST, PUT, and DELETE requests.  The non-central eventually consistent persistence approach is central to our disaster recovery strategy.

...

Miscellaneous.  If you can't figure out where to put it, put it here.  But first consider creating a new library project.

Mockito
.doAnswer(invocation -> Collections.emptyList())
.when(this.depositServiceSpy).getIssueChequeCharges(micr.getAccountNumber());