Releases: Mixilino/ForumSmallApp
Releases · Mixilino/ForumSmallApp
Removing unnecessary files
Documentation
Added documentation
Initial MVP app with added tests
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