Esempio n. 1
0
        public void When_there_are_no_cookies_Then_cookie_key_cannot_be_found()
        {
            bool exists = _cookieContainer.Exists("nonExistingCookie");

            Assert.That(exists, Is.False, "cookie exists");
        }