We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you are testing a mock service you should have the GIVEN and the VERIFY.
To fix the code I would ask to add one test case addAnExistingBeneficiary
addAnExistingBeneficiary
Given an account with "A" Beneficiary When add and existing "A" Beneficiary Then the service response status 409 - CONFLICT
spring-pro-code/lab/40-boot-test-solution/src/test/java/accounts/web/AccountControllerBootTests.java
Line 127 in 494bce4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you are testing a mock service you should have the GIVEN and the VERIFY.
To fix the code I would ask to add one test case
addAnExistingBeneficiary
Given an account with "A" Beneficiary
When add and existing "A" Beneficiary
Then the service response status 409 - CONFLICT
spring-pro-code/lab/40-boot-test-solution/src/test/java/accounts/web/AccountControllerBootTests.java
Line 127 in 494bce4
The text was updated successfully, but these errors were encountered: