Ejemplo n.º 1
0
        public void GetBlindsTest()
        {
            HandConverter converter = new HandConverter(hand);
            string        expected  = "20/40";

            string actual = converter.GetBlinds();

            Assert.AreEqual(actual, expected);
        }