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
{{ message }}
This repository was archived by the owner on May 19, 2024. It is now read-only.
But there are others. For example, if I create an 'IgnoreRoute', RouteAssert does not recognize it unless the RouteCollection is defined within the unit test method and the IgnoreRoute method is called there as well.
I'm not getting very many valid tests for routes copied from our working application. Here's one:
But there are others. For example, if I create an 'IgnoreRoute', RouteAssert does not recognize it unless the RouteCollection is defined within the unit test method and the IgnoreRoute method is called there as well.
Am I missing something?
Thanks,