You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
Payments is currently virtually untested. As we're dealing with money business, tests are important!
This issue focuses on testing the various Services. Use JUnit and AssertJ in your tests. Apply everything you've learned in the Software Quality & Testing course!
Each method in the service needs to be tested thoroughly, covering each if-statement and possible abusive input. Each test should test one single aspect. Use mocks where applicable, as each test should only focus on one aspect of one service. Don't depend on 3rd parties (such as Mollie) for your tests, tests should work offline.
You'll get 100 uilenballen for each 15 new and proper tests!
The text was updated successfully, but these errors were encountered:
Payments is currently virtually untested. As we're dealing with money business, tests are important!
This issue focuses on testing the various Services. Use JUnit and AssertJ in your tests. Apply everything you've learned in the Software Quality & Testing course!
Each method in the service needs to be tested thoroughly, covering each if-statement and possible abusive input. Each test should test one single aspect. Use mocks where applicable, as each test should only focus on one aspect of one service. Don't depend on 3rd parties (such as Mollie) for your tests, tests should work offline.
You'll get 100 uilenballen for each 15 new and proper tests!
The text was updated successfully, but these errors were encountered: