BaxterWorks.DNS.Tests.ParsingTests.HasSensibleOptions C# (CSharp) 메소드

HasSensibleOptions() 개인적인 메소드

private HasSensibleOptions ( ) : void
리턴 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
        }