예제 #1
0
파일: UnitTest1.cs 프로젝트: AMuirNZ/Hotel
        public void BlankOrNot()
        {
            Empty myEmpty = new Empty();

            bool Actual = myEmpty.Guests("1", "1", "1", "1");

            Assert.AreEqual(true, Actual);
        }