wiremock-net - WireMock.Net.TUnit 1.8.4-ci-110016

Some extensions for TUnit (TUnitLogger)

PM> Install-Package WireMock.Net.TUnit -Version 1.8.4-ci-110016 -Source https://www.myget.org/F/wiremock-net/api/v3/index.json

Copy to clipboard

> nuget.exe install WireMock.Net.TUnit -Version 1.8.4-ci-110016 -Source https://www.myget.org/F/wiremock-net/api/v3/index.json

Copy to clipboard

> dotnet add package WireMock.Net.TUnit --version 1.8.4-ci-110016 --source https://www.myget.org/F/wiremock-net/api/v3/index.json

Copy to clipboard
<PackageReference Include="WireMock.Net.TUnit" Version="1.8.4-ci-110016" />
Copy to clipboard
source https://www.myget.org/F/wiremock-net/api/v3/index.json

nuget WireMock.Net.TUnit  ~> 1.8.4-ci-110016
Copy to clipboard

> choco install WireMock.Net.TUnit --version 1.8.4-ci-110016 --source https://www.myget.org/F/wiremock-net/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "wiremock-net" -SourceLocation "https://www.myget.org/F/wiremock-net/api/v2"
Install-Module -Name "WireMock.Net.TUnit" -RequiredVersion "1.8.4-ci-110016" -Repository "wiremock-net" -AllowPreRelease
Copy to clipboard

WireMock.Net

A C# .NET version based on mock4net which mimics the functionality from the JAVA based WireMock.

For more info, see also this WIKI page: What is WireMock.Net.

:star: Key Features

  • HTTP response stubbing, matchable on URL/Path, headers, cookies and body content patterns
  • Library can be used in unit tests and integration tests
  • Runs as a standalone process, as windows service, as Azure/IIS or as docker
  • Configurable via a fluent C# .NET API, JSON files and JSON over HTTP
  • Record/playback of stubs (proxying)
  • Per-request conditional proxying
  • Stateful behaviour simulation
  • Response templating / transformation using Handlebars and extensions
  • Can be used locally or in CI/CD scenarios
  • Can be used for Aspire Distributed Application testing

:memo: Blogs

:computer: Project Info

Project 
  ChatSlackGitter
  IssuesGitHub issues
Quality 
  Build AzureBuild Status Azure
  QualitySonar Quality GateCodeFactor
  Sonar BugsSonar BugsSonar Code Smells
  CoverageSonar Coveragecodecov
  TIOBETIOBE Quality Indicator

:package: NuGet packages

OfficialPreview :information_source:
  WireMock.NetNuGet Badge WireMock.NetMyGet Badge WireMock.Net
  WireMock.Net.StandAloneNuGet Badge WireMock.NetMyGet Badge WireMock.Net.StandAlone
  WireMock.Net.TestcontainersNuGet Badge WireMock.Net.TestcontainersMyGet Badge WireMock.Net.Testcontainers
  WireMock.Net.AspireNuGet Badge WireMock.Net.AspireMyGet Badge WireMock.Net.Aspire
  WireMock.Net.AspNetCore.MiddlewareNuGet Badge WireMock.Net.AspNetCore.MiddlewareMyGet Badge WireMock.Net.AspNetCore.Middleware
  WireMock.Net.AwesomeAssertionsNuGet Badge WireMock.Net.AwesomeAssertionsMyGet Badge WireMock.Net.AwesomeAssertions
  WireMock.Net.FluentAssertionsNuGet Badge WireMock.Net.FluentAssertionsMyGet Badge WireMock.Net.FluentAssertions
  WireMock.Net.xUnitNuGet Badge WireMock.Net.xUnitMyGet Badge WireMock.Net.xUnit
  WireMock.Net.TUnitNuGet Badge WireMock.Net.TUnitMyGet Badge WireMock.Net.TUnit
  WireMock.Net.Matchers.CSharpCodeNuGet Badge WireMock.Net.Matchers.CSharpCodeMyGet Badge WireMock.Net.Matchers.CSharpCode
  WireMock.Net.OpenApiParserNuGet Badge WireMock.Net.OpenApiParserMyGet Badge WireMock.Net.OpenApiParser
  WireMock.Net.RestClientNuGet Badge WireMock.Net.RestClientMyGet Badge WireMock.Net.RestClient
  WireMock.Org.RestClientNuGet Badge WireMock.Org.RestClientMyGet Badge WireMock.Org.RestClient

:exclamation: Breaking changes

1.7.0

A breaking change is introduced which is related to System.Linq.Dynamic.Core DynamicLinq (CVE).

1.8.0

Some breaking changes are introduced in this version:

Handlebars.Net File-helper

By default, the internal Handlebars.Net File-helper is not allowed anymore because of potential security issues. To still enable this feature, you need to set the AllowedCustomHandlebarHelpers property to File in the HandlebarsSettings property in WireMockServerSettings.

Handlebars.Net Environment-helper

By default, the Handlebars.Net Environment-helper is not automatically allowed anymore because of potential security issues. To still enable this feature, you need to add the Environment category to the AllowedHandlebarsHelpers list-property in the HandlebarsSettings property in WireMockServerSettings.


:memo: Development

For the supported frameworks and build information, see this page.

:star: Stubbing

A core feature of WireMock.Net is the ability to return predefined HTTP responses for requests matching criteria. See Wiki : Stubbing.

:star: Request Matching

WireMock.Net support advanced request-matching logic, see Wiki : Request Matching.

:star: Response Templating

The response which is returned WireMock.Net can be changed using templating. This is described here Wiki : Response Templating.

:star: Admin API Reference

The WireMock admin API provides functionality to define the mappings via a http interface see Wiki : Admin API Reference.

:star: Using

WireMock.Net can be used in several ways:

UnitTesting

You can use your favorite test framework and use WireMock within your tests, see Wiki : UnitTesting.

Unit/Integration Testing using Testcontainers.DotNet

See Wiki : WireMock.Net.Testcontainers on how to build a WireMock.Net Docker container which can be used in Unit/Integration testing.

Unit/Integration Testing using an an Aspire Distributed Application

See Wiki : WireMock.Net.Aspire on how to use WireMock.Net as an Aspire Hosted application to do Unit/Integration testing.

As a dotnet tool

It's simple to install WireMock.Net as (global) dotnet tool, see Wiki : dotnet tool.

As standalone process / console application

This is quite straight forward to launch a mock server within a console application, see Wiki : Standalone Process.

As a Windows Service

You can also run WireMock.Net as a Windows Service, follow this WireMock-as-a-Windows-Service.

As a Web Job in Azure or application in IIS

See this link WireMock-as-a-(Azure)-Web-App

In a docker container

There is also a Linux and Windows-Nano container available at hub.docker.com. For more details see also Docker.

HTTPS / SSL

More details on using HTTPS (SSL) can be found here Wiki : HTTPS

1.8.4 (08 May 2025)

  • #1290 Use ILRepack to include Microsoft.OpenApi as internal [feature]
  • #1275 WithMappingFromOpenApiFile - Support for OpenAPI 3.1.0 [feature]

The full release notes can be found here: https://.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md

  • .NETFramework 8.0
    • Newtonsoft.Json (>= 13.0.3)
    • Stef.Validation (>= 0.1.1)
    • System.Text.RegularExpressions (>= 4.3.1)
    • TUnit.Core (>= 0.2.195)
    • WireMock.Net.Abstractions (>= 1.8.4-ci-110016)
  • .NETFramework 8.0: 8.0.0.0

Owners

Stef

Authors

Stef Heyenrath

Project URL

https://.com/WireMock-Net/WireMock.Net

License

Unknown

Tags

tdd wiremock test unittest TUnit

Info

0 total downloads
0 downloads for version 1.8.4-ci-110016
Download (35.43 KB)
Found on the current feed only

Package history

VersionSizeLast updatedDownloadsMirrored?
1.8.4-ci-11001635.43 KBSat, 10 May 2025 11:09:08 GMT0
1.8.4-ci-11001435.42 KBSat, 10 May 2025 08:09:36 GMT0
1.8.4-ci-11001235.42 KBSat, 10 May 2025 06:54:58 GMT0
1.8.4-ci-11001135.42 KBSat, 10 May 2025 06:26:30 GMT0
1.8.4-ci-11000935.42 KBThu, 08 May 2025 18:29:53 GMT0