BaxterWorks.DNS.Tests.ParsingTests.HasSensibleOptions C# (CSharp) Méthode

HasSensibleOptions() private méthode

private HasSensibleOptions ( ) : void
Résultat void
        public void HasSensibleOptions()
        {
            Assert.IsFalse(header.AuthoritativeAnswer); //not in a response
            Assert.IsFalse(header.Truncation); //example query should not have been truncated
            Assert.IsFalse(header.Z); //unused
        }