Skip to content

Initial MVP app with added tests

Compare
Choose a tag to compare
@Mixilino Mixilino released this 09 Mar 10:53
· 20 commits to main since this release
0f74474
Unit tests for most of service layer and all of domain (#3)

* Initial commit of tests and cleaning of project (#2)

* Complete all tests for Comment Service

* Write tests for User Service. Add Categories to tests

* Move test files to Service Folder

* Complete all PostCategory Tests.

* Test Post Domain Class

* CommentTest and Comment Added

* Tests for PostCategory and Vote Domain

* Create ServiceResponse Domain Test. Refactor incosistent names across project

* Create Test for GetAll method in Post Service. Refactor again test categories