I\'m trying to test my controllers using xUnitbut getting the following error during execution of Customer Controller:
xUnit
\"The following constr
Just new up CustomerController in the constructor, if you don't want to use any mocking framework.