public void FifteenAll() { _target.HomePlayerScore(); _target.AwayPlayerScore(); var actual = _target.score(); Assert.AreEqual("Fifteen All", actual); }