MyTested.WebApi icon indicating copy to clipboard operation
MyTested.WebApi copied to clipboard

Add invalid request to route testing

Open ivaylokenov opened this issue 9 years ago • 1 comments

For example: The parameters dictionary contains a null entry for parameter of non-nullable type. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.

ivaylokenov avatar Nov 10 '15 22:11 ivaylokenov

Consider also these test cases: https://github.com/M-Yankov/T-Academy/blob/master/Homeworks/WebServicesAndCloud%202015/03.UnitTestsServices/Web-Services-Testing-Demos/BugLogger.RestApi.Tests/MyWebApi/RoutingTests.cs

ivaylokenov avatar Nov 15 '15 10:11 ivaylokenov