Exemplo n.º 1
0
        public async Task IsValidKeyAsync_InvalidKey_NoExceptions()
        {
            var key = new ApiKey(0, "invalid");

            Assert.AreEqual(false, await key.IsValidKeyAsync());
        }