st-tu-dresden / videoshop

SalesPoint sample application
Apache License 2.0
87 stars 246 forks source link

Add unit tests for CustomerManagement.createCustomer(…) #93

Closed odrotbohm closed 5 years ago

odrotbohm commented 5 years ago

We should add a unit test for a Spring component as we don't actually currently have one in the project and CustomerManagement.createCustomer(…) looks like a decent piece of code to actually test that a UserAccount is created in the course of the customer creation.