Commit 6a9b6ae
committed
Update and expand UriUnitTests
Expanded Should_Not_Throw_Exception test to include 65 more variants of possible Uri strings that could be sent to the Uri constructor.
Expanded Invalid_Should_Throw_Exception test to include 7 more invalid Uri forms that should throw exceptions.
Updated existing tests to work with the enhancements done to the Uri parser by checking more properties, and printing the result for manual comparison.
Added further variants of possible uri strings to verify proper parsing for different schemes and scenarios.
Updated file specific Uri tests to include the new properties in Uri and remove ParsedUri objects and ValidUri function.
Removed unnecessary test helper functions now that Uri has properties implemented that make it obsolete.
Added test helper function to print Uri properties to console.1 parent c245fd4 commit 6a9b6ae
1 file changed
+450
-615
lines changed
0 commit comments