java.lang.Object
com.github.tomakehurst.wiremock.servlet.NotImplementedContainer
-
Constructor Summary
Constructors
-
Method Summary
int
void
Shuts down the container, stopping execution of WireMock, gracefully if possible.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NotImplementedContainer
public NotImplementedContainer()
-
Method Details
-
-
shutdown
public void shutdown()
Shuts down the container, stopping execution of WireMock, gracefully if possible.
- Specified by:
shutdown in interface Container