BudgetAnalyser.Engine.UnitTest.Services.ApplicationDatabaseServiceTest.Ctor_ShouldThrow_GivenNullServices C# (CSharp) Method

Ctor_ShouldThrow_GivenNullServices() private method

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