Interface Container
- All Known Implementing Classes:
NotImplementedContainer
,WireMockClassRule
,WireMockRule
,WireMockServer
public interface Container
A container of a WireMockApp instance
-
Method Summary
-
Method Details
-
port
int port() -
shutdown
void shutdown()Shuts down the container, stopping execution of WireMock, gracefully if possible.
-