Ejemplo n.º 1
0
 public void GetDealerConfiguration_dealerIdSmallerThan0_ShouldThrowException()
 {
     Assert.ThrowsAsync <ArgumentOutOfRangeException>(() => _underTest.GetDealerConfiguration(-1));
 }