Am writing unit test cases (MSTest) for a webAPI method.
If so how to create an interface of the controller and create mock of the same? (ex: controller name: ABCController , API Method to call : ABCGet() )