mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-26 10:18:26 +02:00
Initial support for converting the mappings to a Pact(flow) json file (#748)
* WithDescription * WithConsumer / WithProvider * x * . * . * . * . * fix * pact * nullable * ficx * . * fix
This commit is contained in:
7
src/WireMock.Net/Pact/Models/V2/Pacticipant.cs
Normal file
7
src/WireMock.Net/Pact/Models/V2/Pacticipant.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WireMock.Pact.Models.V2
|
||||
{
|
||||
public class Pacticipant
|
||||
{
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user