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

Ctor_ShouldThrow_GivenNullRepo() private method

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