Exemple #1
0
 public void ThrowCounterNotFound()
 {
     _metrics
     .Invoking(metrics => metrics.GetCounter("abc"))
     .Should().Throw <KeyNotFoundException>();
 }