Example #1
0
        public void TestJail()
        {
            string expected     = "You {0} are in jail!";
            string testToString = myJail.ToString();

            Assert.AreEqual(expected, testToString);
        }