Beispiel #1
0
 public async Task ContainerDelete_ShouldThrow_WhenStorageAccountNameIsNull()
 {
     // Act & Assert:
     await Assert.ThrowsAsync <ArgumentNullException>(async() => await _storageService.ContainerDeleteAsync(null, "Container-Name", StorageClientProviderContext.None).ConfigureAwait(false)).ConfigureAwait(false);
 }