mirsaeedi / MockingDependencies

Examples with Mockito

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mockito Tutorial

The code contains a simple banking example to transfer money from one account to another. There are also 6 unit tests to check different corners of the domain logic. However, all of these tests are failing because of a bug in the production code or test code. Students should try to find the bugs and modify the code to fix the tests.

Answers

the answers to the exercises are in the branches of this repo.

About

Examples with Mockito


Languages

Language:Java 100.0%