Appccelerate.EnsureTest.ArgumentInRangeWithoutParameter_WhenMatch_MustNotThrow C# (CSharp) Method

ArgumentInRangeWithoutParameter_WhenMatch_MustNotThrow() private method

        public void ArgumentInRangeWithoutParameter_WhenMatch_MustNotThrow()
        {
            Assert.DoesNotThrow(() => Ensure.ArgumentInRange(true, "message"));
        }
EnsureTest