Ivaylo Kenov

Results 59 comments of Ivaylo Kenov

@grinay Why do you replace the DbContext by yourself? What do you want to accomplish? Do you just want to seed global data for every test case? Is that the...

I added two new methods on the `With` class - `Value` and `IgnoredRouteValue`. They will be available from version 5.0. Both methods do the same thing - they ignore the...

@stanislavstoyanov99 To provide you a fix and new version, I would need the following: **Describe your issue** A clear and concise description of what the bug is. **Project files** Please...

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

@alz86 I will take a look, thank you!

Hi, samples will include working Web API server with database, services, dependency injection and couple of controllers. The server will be tested with the library - unit tests on controllers,...

Add AutoFac sample Add production application tested with the library - https://github.com/TelerikAcademy/ShowcaseSystem

Update samples to the latest package versions.

If you give me what exactly you are trying to test, I may be able to answer this question. Any code example?