Exemplo n.º 1
0
        public void ShouldConvertToQueryString(PagingInfo pagingInfo, string expectedStringValue)
        {
            // Act
            var stringValue = pagingInfo.ToString();

            // Assert
            stringValue.Should().Be(expectedStringValue);
        }