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

Ctor_ShouldThrow_GivenNullServices() private méthode

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