Created
March 22, 2020 08:58
-
-
Save ashkrit/caa5b7116fcae600f9f2435d6303b435 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
expect(currencyConverter.convert(1, "SGD", "INR")).andReturn(50d); | |
expect(bankService.deposit(100d, account)).andReturn("99999"); | |
replay(currencyConverter, bankService); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment