Add property 'IsStartedWithAdminInterface' to 'IWireMockServer' (#931)

* Add property 'IsStartedWithAdminInterface' to 'IWireMockServer'

* update tests

* .
This commit is contained in:
Stef Heyenrath
2023-05-06 13:12:00 +02:00
committed by GitHub
parent ccd8026884
commit d29f3e81f3
3 changed files with 36 additions and 1 deletions

View File

@@ -17,6 +17,11 @@ public interface IWireMockServer : IDisposable
/// </summary>
bool IsStarted { get; }
/// <summary>
/// Gets a value indicating whether this server is started with the admin interface enabled.
/// </summary>
bool IsStartedWithAdminInterface { get; }
/// <summary>
/// Gets the request logs.
/// </summary>