Ejemplo n.º 1
0
 public async Task GetStandardProperties_IncorrectParameters_ArgumentOutOfBoundsException()
 {
     // Act
     await repository.GetStandardProperties(null);
 }