You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor parsing tests into separate classes that test against IRouteParser and IPathParser interfaces that clearly show parser behavior and can be used to test alternate (perhaps more performant) implementations
Create a separate test class for testing route matching behavior separate from parsing to more clearly illustrate and communicate intended route matching behavior
The text was updated successfully, but these errors were encountered:
Right now https://github.com/falcordotnet/falcor.net/blob/master/src/Falcor.Tests/Server/Routing/ParserTests.cs is a little all over the place. Here are some suggestions for improvement:
IRouteParser
andIPathParser
interfaces that clearly show parser behavior and can be used to test alternate (perhaps more performant) implementationsThe text was updated successfully, but these errors were encountered: