mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-01 04:34:18 +02:00
Update WireMock.Org.Abstractions and WireMock.Org.RestClient (#765)
* Update WireMock.Org.Abstractions and WireMock.Org.RestClient * . * rename
This commit is contained in:
11
src/WireMock.Org.Abstractions/StatusConstants.cs
Normal file
11
src/WireMock.Org.Abstractions/StatusConstants.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace WireMock.Org.Abstractions
|
||||
{
|
||||
public static class StatusConstants
|
||||
{
|
||||
public const string NeverStarted = "NeverStarted";
|
||||
|
||||
public const string Recording = "Recording";
|
||||
|
||||
public const string Stopped = "Stopped";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user