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

LoadDatabaseAsync_ShouldThrow_GivenNullStorageKey() private method

private LoadDatabaseAsync_ShouldThrow_GivenNullStorageKey ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public async Task LoadDatabaseAsync_ShouldThrow_GivenNullStorageKey()
        {
            await this.subject.LoadAsync(null);
        }