wiremock-net - WireMock.Net.xUnit 1.5.52-ci-18472

Some extensions for xUnit (ITestOutputHelper)

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

Copy to clipboard

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

Copy to clipboard

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

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

nuget WireMock.Net.xUnit  ~> 1.5.52-ci-18472
Copy to clipboard

> choco install WireMock.Net.xUnit --version 1.5.52-ci-18472 --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.xUnit" -RequiredVersion "1.5.52-ci-18472" -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

:memo: Blogs

:computer: Project Info

Project  
  Chat Slack Gitter
  Issues GitHub issues
Quality  
  Build Azure Build Status Azure
  Quality Sonar Quality Gate CodeFactor
  Sonar Bugs Sonar Bugs Sonar Code Smells
  Coverage Sonar Coverage codecov

:package: NuGet packages

Official Preview :information_source:
  WireMock.Net NuGet Badge WireMock.Net MyGet Badge WireMock.Net
  WireMock.Net.StandAlone NuGet Badge WireMock.Net MyGet Badge WireMock.Net.StandAlone
  WireMock.Net.FluentAssertions NuGet Badge WireMock.Net.FluentAssertions MyGet Badge WireMock.Net.FluentAssertions
  WireMock.Net.Matchers.CSharpCode NuGet Badge WireMock.Net.Matchers.CSharpCode MyGet Badge WireMock.Net.Matchers.CSharpCode
  WireMock.Net.OpenApiParser NuGet Badge WireMock.Net.OpenApiParser MyGet Badge WireMock.Net.OpenApiParser
  WireMock.Net.RestClient NuGet Badge WireMock.Net.RestClient MyGet Badge WireMock.Net.RestClient
  WireMock.Net.xUnit NuGet Badge WireMock.Net.xUnit MyGet Badge WireMock.Net.xUnit
  WireMock.Net.Testcontainers NuGet Badge WireMock.Net.Testcontainers MyGet Badge WireMock.Net.Testcontainers
  WireMock.Org.RestClient NuGet Badge WireMock.Org.RestClient MyGet Badge WireMock.Org.RestClient

: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

You can use Wiki : WireMock.Net.Testcontainers to build a WireMock.Net Docker container which can be used in 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.5.52 (06 April 2024)

  • #1091 Add RegEx support to JsonMatcher [feature]
  • #1088 Regex support for JsonMatcher [feature]

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

  • .NETFramework 4.5
    • Newtonsoft.Json (>= 13.0.3)
    • Stef.Validation (>= 0.1.1)
    • WireMock.Net.Abstractions (>= 1.5.52-ci-18472)
    • xUnit.abstractions (>= 2.0.3)
  • .NETFramework 4.5.1
    • Newtonsoft.Json (>= 13.0.3)
    • Stef.Validation (>= 0.1.1)
    • WireMock.Net.Abstractions (>= 1.5.52-ci-18472)
    • xUnit.abstractions (>= 2.0.3)
  • .NETStandard 1.0
    • NETStandard.Library (>= 1.6.1)
    • Newtonsoft.Json (>= 13.0.3)
    • Stef.Validation (>= 0.1.1)
    • WireMock.Net.Abstractions (>= 1.5.52-ci-18472)
    • xUnit.abstractions (>= 2.0.3)
  • .NETStandard 2.0
    • Newtonsoft.Json (>= 13.0.3)
    • Stef.Validation (>= 0.1.1)
    • WireMock.Net.Abstractions (>= 1.5.52-ci-18472)
    • xUnit.abstractions (>= 2.0.3)
  • .NETStandard 2.1
    • Newtonsoft.Json (>= 13.0.3)
    • Stef.Validation (>= 0.1.1)
    • WireMock.Net.Abstractions (>= 1.5.52-ci-18472)
    • xUnit.abstractions (>= 2.0.3)
  • .NETFramework 4.5: 4.5.0.0
  • .NETFramework 4.5.1: 4.5.1.0
  • .NETStandard 1.0: 1.0.0.0
  • .NETStandard 2.0: 2.0.0.0
  • .NETStandard 2.1: 2.1.0.0

Owners

Stef

Authors

Stef Heyenrath

Project URL

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

License

Unknown

Tags

tdd wiremock test unittest xunit

Info

0 total downloads
0 downloads for version 1.5.52-ci-18472
Download (90.64 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.5.52-ci-18472 90.64 KB Sat, 06 Apr 2024 16:26:27 GMT 0
1.5.51-ci-18471 90.67 KB Sat, 06 Apr 2024 16:22:01 GMT 0
1.5.51-ci-18469 90.67 KB Sat, 06 Apr 2024 12:33:20 GMT 0
1.5.51-ci-18467 90.68 KB Sat, 06 Apr 2024 12:16:25 GMT 0
1.5.51-ci-18466 90.65 KB Sat, 06 Apr 2024 12:15:39 GMT 0
1.5.51-ci-18464 90.64 KB Fri, 05 Apr 2024 08:00:29 GMT 0
1.5.51-ci-18462 90.66 KB Thu, 04 Apr 2024 09:44:22 GMT 0
1.5.51-ci-18450 90.64 KB Wed, 20 Mar 2024 13:28:17 GMT 0
1.5.51-ci-18448 90.66 KB Wed, 20 Mar 2024 08:19:17 GMT 0
1.5.51-ci-18446 90.66 KB Wed, 20 Mar 2024 08:18:51 GMT 0
1.5.50-ci-18443 90.69 KB Wed, 20 Mar 2024 08:01:39 GMT 0
1.5.50-ci-18441 90.67 KB Wed, 20 Mar 2024 07:37:42 GMT 0
1.5.50-ci-18439 90.68 KB Wed, 20 Mar 2024 07:24:06 GMT 0
1.5.50-ci-18437 90.68 KB Wed, 20 Mar 2024 07:06:40 GMT 0
1.5.50-ci-18435 90.66 KB Tue, 19 Mar 2024 19:46:12 GMT 0
1.5.50-ci-18434 90.71 KB Tue, 19 Mar 2024 19:37:00 GMT 0
1.5.50-ci-18427 90.7 KB Tue, 12 Mar 2024 19:43:56 GMT 0
1.5.49-ci-18414 90.71 KB Sat, 09 Mar 2024 08:39:04 GMT 0
1.5.49-ci-18413 90.69 KB Sat, 09 Mar 2024 07:51:30 GMT 0
1.5.49-ci-18411 90.72 KB Fri, 08 Mar 2024 14:13:19 GMT 0