Пример #1
0
        public void NotToString()
        {
            NotSpecification not = new NotSpecification(ConstantSpecification.True);

            Assert.Equal("not (true)", not.ToString());
        }