Beispiel #1
0
        public void ShouldConvertToStringWithBullet()
        {
            EOS predicate;

            predicate = new EOS();

            Assert.AreEqual("•¤", predicate.ToString(predicate));
        }