cli doit cibler le projet

This commit is contained in:
Paul Schneider 2020-09-09 16:44:17 +01:00
commit 3cfe733e52
10 changed files with 174 additions and 13 deletions

View file

@ -31,8 +31,7 @@ namespace test
[Trait("regres", "no")]
public class BatchTests: BaseTestContext, IClassFixture<ServerSideFixture>, IDisposable
{
ApplicationDbContext _dbContext;
readonly ApplicationDbContext _dbContext;
ServerSideFixture _fixture;
public BatchTests(ITestOutputHelper output, ServerSideFixture fixture) : base (output, fixture)

View file

@ -17,8 +17,8 @@ namespace test
[Trait("regres", "yes")]
public class NotWorking : BaseTestContext
{
SourceInformationProvider _sourceInfoProvider;
IOptions<LocalizationOptions> _localizationOptions;
readonly SourceInformationProvider _sourceInfoProvider;
readonly IOptions<LocalizationOptions> _localizationOptions;
public NotWorking( IHostingEnvironment env , IOptions<SiteSettings> siteSettings,
SourceInformationProvider sourceInfoProvider,
IOptions<LocalizationOptions> localizationOptions,