BudgetAnalyser.Engine.UnitTest.Services.ApplicationDatabaseServiceTest.Ctor_ShouldThrow_GivenNullRepo C# (CSharp) Méthode

Ctor_ShouldThrow_GivenNullRepo() private méthode

private Ctor_ShouldThrow_GivenNullRepo ( ) : void
Résultat void
        public void Ctor_ShouldThrow_GivenNullRepo()
        {
            new ApplicationDatabaseService(null, this.mockServices, new FakeMonitorableDependencies(), this.mockCredentials.Object, new FakeLogger());
        }