Example #1
0
        public void EqualityToStringTest1()
        {
            var eq = new Equality(new Bool(true), new Bool(false));

            Assert.Equal("True <=> False", eq.ToString(commoonFormatter));
        }