Ejemplo n.º 1
0
        public void GetBalancesTest()
        {
            HandConverter converter = new HandConverter(hand);
            string        expected  = "kszwenk 1065,Kreuz10 435";

            string actual = converter.GetPlayersBalances();

            Assert.AreEqual(actual, expected);
        }