Exemple #1
0
        public void FifteenAll()
        {
            _target.HomePlayerScore();
            _target.AwayPlayerScore();
            var actual = _target.score();

            Assert.AreEqual("Fifteen All", actual);
        }