I am writing XUnit test case. I am getting following error
Error CS1061 'HttpStatusCode' does not contain a definition for 'Should' and no accessible extension method 'Should' accepting a first argument of type 'HttpStatusCode' could be found (are you missing a using directive or an assembly reference?)
What does the error say and how to solve it. Please any one try to help me.
Thank you..