Included globalusing to Basket.UnitTest project
This commit is contained in:
parent
cafefc6090
commit
6064e2710f
19
src/Services/Basket/Basket.UnitTests/GlobalUsings.cs
Normal file
19
src/Services/Basket/Basket.UnitTests/GlobalUsings.cs
Normal file
@ -0,0 +1,19 @@
|
||||
global using Basket.API.IntegrationEvents.Events;
|
||||
global using Basket.API.Model;
|
||||
global using Microsoft.AspNetCore.Http;
|
||||
global using Microsoft.AspNetCore.Mvc;
|
||||
global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions;
|
||||
global using Microsoft.eShopOnContainers.Services.Basket.API.Controllers;
|
||||
global using Microsoft.eShopOnContainers.Services.Basket.API.Model;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using Moq;
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Security.Claims;
|
||||
global using System.Threading.Tasks;
|
||||
global using Xunit;
|
||||
global using IBasketIdentityService = Microsoft.eShopOnContainers.Services.Basket.API.Services.IIdentityService;
|
||||
global using Microsoft.eShopOnContainers.WebMVC.Controllers;
|
||||
global using Microsoft.eShopOnContainers.WebMVC.Services;
|
||||
global using Microsoft.eShopOnContainers.WebMVC.ViewModels;
|
||||
global using BasketModel = Microsoft.eShopOnContainers.WebMVC.ViewModels.Basket;
|
Loading…
x
Reference in New Issue
Block a user