예제 #1
0
            public void WhenSourceIsNull_ThenReturnEmpty()
            {
                var result = UriQueryToExtensions.QueryToNameValueCollection(null);

                Assert.That(result, Is.Empty);
            }
예제 #2
0
            public void WhenSourceIsNull_ThenReturnEmpty()
            {
                var result = UriQueryToExtensions.QueryToDictionary(null);

                Assert.That(result, Is.Empty);
            }