Example #1
0
        public void IsValidKey_InvalidKey_NoExceptions()
        {
            var key = new ApiKey(0, "invalid");

            Assert.AreEqual(false, key.IsValidKey());
        }