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

LoadDatabaseAsync_ShouldThrow_GivenNullStorageKey() private méthode

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