Class NotImplementedContainer

  • All Implemented Interfaces:
    Container

    public class NotImplementedContainer
    extends java.lang.Object
    implements Container
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int port()  
      void shutdown()
      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 Detail

      • NotImplementedContainer

        public NotImplementedContainer()
    • Method Detail

      • port

        public int port()
        Specified by:
        port in interface Container
      • shutdown

        public void shutdown()
        Description copied from interface: Container
        Shuts down the container, stopping execution of WireMock, gracefully if possible.
        Specified by:
        shutdown in interface Container