public void GetHashCode_InlineCountAllPages_ReturnsInlineCountAllPagesHashCode()
        {
            var queryPart = new InlineCountQueryPart(InlineCountType.AllPages);

            var expected = InlineCountType.AllPages.GetHashCode();
            var actual   = queryPart.GetHashCode();

            Assert.That(actual, Is.EqualTo(expected));
        }
        public void GetHashCode_InlineCountNone_ReturnsInlineCountNoneHashCode()
        {
            var queryPart = new InlineCountQueryPart(InlineCountType.None);

            var expected = InlineCountType.None.GetHashCode();
            var actual   = queryPart.GetHashCode();

            Assert.That(actual, Is.EqualTo(expected));
        }
        public void GetHashCode_InlineCountNone_ReturnsInlineCountNoneHashCode()
        {
            var queryPart = new InlineCountQueryPart(InlineCountType.None);

            var expected = InlineCountType.None.GetHashCode();
            var actual = queryPart.GetHashCode();

            Assert.That(actual, Is.EqualTo(expected));
        }
        public void GetHashCode_InlineCountAllPages_ReturnsInlineCountAllPagesHashCode()
        {
            var queryPart = new InlineCountQueryPart(InlineCountType.AllPages);

            var expected = InlineCountType.AllPages.GetHashCode();
            var actual = queryPart.GetHashCode();

            Assert.That(actual, Is.EqualTo(expected));
        }