public void WhenArgumentIsNullEnumerable_ShouldNotBeSlow() { Benchmark.Do(WhenArgumentIsNullEnumerable_ShouldNotThrow, 1000000, MethodBase.GetCurrentMethod().Name, Output); }
public void WhenArgumentIsGreaterThanMinimum_ShouldNotBeSlow() { Benchmark.Do(WhenArgumentIsGreaterThanMinimum_ShouldNotThrow, 1000000, MethodBase.GetCurrentMethod().Name, Output); }