Exemplo n.º 1
0
        public void Test_CheckInAllowedShouldReturnTrue()
        {
            var sanity = new Sanity();

            Assert.IsTrue(sanity.CheckInAllowed());
        }