Exemplo n.º 1
0
        public void ToBase64Null()
        {
            HttpContent content = null;

            var candidate = content.Md5Base64();

            Assert.That(candidate, Is.EqualTo(string.Empty));
        }