Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Add Service unittests (Uilenballen per 15 tests) #33

Open
skamoen opened this issue Mar 15, 2017 · 0 comments
Open

Add Service unittests (Uilenballen per 15 tests) #33

skamoen opened this issue Mar 15, 2017 · 0 comments

Comments

@skamoen
Copy link

skamoen commented Mar 15, 2017

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant