Skip to content

Instantly share code, notes, and snippets.

@ashkrit
Created March 22, 2020 08:58
Show Gist options
  • Save ashkrit/caa5b7116fcae600f9f2435d6303b435 to your computer and use it in GitHub Desktop.
Save ashkrit/caa5b7116fcae600f9f2435d6303b435 to your computer and use it in GitHub Desktop.
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