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

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

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