-
- Downloads
There was an error fetching the commit references. Please try again later.
Created tests for RestaurantService, fixed a few mistakes
Showing
- Api/Controllers/RestaurantController.cs 2 additions, 2 deletionsApi/Controllers/RestaurantController.cs
- BusinessLayer.Tests/BusinessLayer.Tests.csproj 1 addition, 0 deletionsBusinessLayer.Tests/BusinessLayer.Tests.csproj
- BusinessLayer.Tests/Services/RestaurantServiceTests.cs 296 additions, 0 deletionsBusinessLayer.Tests/Services/RestaurantServiceTests.cs
- BusinessLayer/DTOs/Restaurant/RestaurantDetailDto.cs 13 additions, 16 deletionsBusinessLayer/DTOs/Restaurant/RestaurantDetailDto.cs
- BusinessLayer/DTOs/ReviewAggregate/ReviewAggregateDTO.cs 1 addition, 4 deletionsBusinessLayer/DTOs/ReviewAggregate/ReviewAggregateDTO.cs
- BusinessLayer/Services/RestaurantService/IRestaurantService.cs 5 additions, 2 deletions...essLayer/Services/RestaurantService/IRestaurantService.cs
- BusinessLayer/Services/RestaurantService/RestaurantService.cs 10 additions, 7 deletions...nessLayer/Services/RestaurantService/RestaurantService.cs
- DAL/Data/RestaurantDBContext.cs 9 additions, 9 deletionsDAL/Data/RestaurantDBContext.cs
- TestUtilities/FakeData/FakeDataInitializer.cs 3 additions, 2 deletionsTestUtilities/FakeData/FakeDataInitializer.cs
- TestUtilities/Mocks/MockedDbContext.cs 1 addition, 1 deletionTestUtilities/Mocks/MockedDbContext.cs
- TestUtilities/TestUtilities.csproj 1 addition, 1 deletionTestUtilities/TestUtilities.csproj
- pv179-project.sln 9 additions, 3 deletionspv179-project.sln
Loading
Please register or sign in to comment