Skip to content

Releases: Mixilino/ForumSmallApp

Removing unnecessary files

09 Mar 14:24
7da6ee4
Compare
Choose a tag to compare

Removing unnecessary documentation files

Documentation

09 Mar 14:18
8ac99d5
Compare
Choose a tag to compare

Added documentation

Initial MVP app with added tests

09 Mar 10:53
0f74474
Compare
Choose a tag to compare
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