I have an ApiController and would like to test it with unit tests including the routing.
ApiController
An example:
[RoutePrefix(\"prefix\")] public class
Its possible by using postman or fiddler to test with url param..