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

LoadDatabaseAsync_ShouldThrow_GivenEmptyStorageKey() private method

private LoadDatabaseAsync_ShouldThrow_GivenEmptyStorageKey ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public async Task LoadDatabaseAsync_ShouldThrow_GivenEmptyStorageKey()
        {
            await this.subject.LoadAsync(string.Empty);
        }