Click here to Skip to main content
15,886,664 members
Articles / Programming Languages / C#

How WireMock.NET Can Help in Doing Integration Testing of a .NET Core Application

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
19 Mar 2021CPOL3 min read 25.3K   11  
Learn how to do integration testing while mocking external dependencies of your .NET Core application
Many applications are just unit tested with xUnit and not integration tested. .NET Core provides nice possibilities to do integration testing. Your tests will be more realistic than unit tests since only external dependencies will be mocked and internal dependencies won't. WireMock.NET provides the ways to do this.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Netherlands Netherlands
I am a self-employed software engineer working on .NET Core. I love TDD.

Comments and Discussions