meet-eat / meet-eat-server

Backend implementation of Meet & Eat.
MIT License
0 stars 0 forks source link

[FEATURE] Add mock test for rating service #10

Open gstuer opened 4 years ago

gstuer commented 4 years ago

Circumstances At the moment the arithmetic methods of the rating service are not tested because they are private.

Recommended Solution Mock the class and test above mentioned methods.

Alternatives Yet unknown.

Additional context This issue does not result in a higher test coverage due to 100% rating service coverage at the moment.