コード例 #1
0
        public void IfNot_1With1()
        {
            var actual = IfNot(1)(1);

            Assert.True(actual.IsNone);
        }