-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'restaurant-location-user-testing' into 'Milestone-2'
Restaurant, Location, User Service testing See merge request !33
No related branches found
No related tags found
Pipeline #
Showing
- Api/Controllers/EventController.cs 1 addition, 1 deletionApi/Controllers/EventController.cs
- 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/LocationServiceTests.cs 326 additions, 0 deletionsBusinessLayer.Tests/Services/LocationServiceTests.cs
- BusinessLayer.Tests/Services/RestaurantServiceTests.cs 358 additions, 0 deletionsBusinessLayer.Tests/Services/RestaurantServiceTests.cs
- BusinessLayer.Tests/Services/ReviewAggregateResultService.cs 109 additions, 0 deletionsBusinessLayer.Tests/Services/ReviewAggregateResultService.cs
- BusinessLayer.Tests/Services/ReviewCommentServiceTests.cs 155 additions, 0 deletionsBusinessLayer.Tests/Services/ReviewCommentServiceTests.cs
- BusinessLayer.Tests/Services/ReviewServiceTests.cs 213 additions, 0 deletionsBusinessLayer.Tests/Services/ReviewServiceTests.cs
- BusinessLayer.Tests/Services/UserServiceTests.cs 268 additions, 0 deletionsBusinessLayer.Tests/Services/UserServiceTests.cs
- BusinessLayer/DTOs/Location/LocationDto.cs 1 addition, 1 deletionBusinessLayer/DTOs/Location/LocationDto.cs
- BusinessLayer/DTOs/Restaurant/RestaurantDetailDto.cs 13 additions, 16 deletionsBusinessLayer/DTOs/Restaurant/RestaurantDetailDto.cs
- BusinessLayer/DTOs/Review/ReviewDTO.cs 1 addition, 0 deletionsBusinessLayer/DTOs/Review/ReviewDTO.cs
- BusinessLayer/DTOs/ReviewAggregate/ReviewAggregateDTO.cs 1 addition, 4 deletionsBusinessLayer/DTOs/ReviewAggregate/ReviewAggregateDTO.cs
- BusinessLayer/Services/LocationService/ILocationService.cs 2 additions, 1 deletionBusinessLayer/Services/LocationService/ILocationService.cs
- BusinessLayer/Services/LocationService/LocationService.cs 5 additions, 4 deletionsBusinessLayer/Services/LocationService/LocationService.cs
- BusinessLayer/Services/RestaurantService/IRestaurantService.cs 5 additions, 2 deletions...essLayer/Services/RestaurantService/IRestaurantService.cs
- BusinessLayer/Services/RestaurantService/RestaurantService.cs 18 additions, 14 deletions...nessLayer/Services/RestaurantService/RestaurantService.cs
- BusinessLayer/Services/ReviewAggregateResultService/IReviewAggregateResultService.cs 1 addition, 1 deletion...ewAggregateResultService/IReviewAggregateResultService.cs
- BusinessLayer/Services/ReviewAggregateResultService/ReviewAggregateResultService.cs 1 addition, 1 deletion...iewAggregateResultService/ReviewAggregateResultService.cs
- BusinessLayer/Services/ReviewService/ReviewService.cs 1 addition, 1 deletionBusinessLayer/Services/ReviewService/ReviewService.cs
Loading
Please register or sign in to comment