Class WireMockRule

    • Constructor Detail

      • WireMockRule

        public WireMockRule​(Options options)
      • WireMockRule

        public WireMockRule​(Options options,
                            boolean failOnUnmatchedRequests)
      • WireMockRule

        public WireMockRule​(int port)
      • WireMockRule

        public WireMockRule​(int port,
                            java.lang.Integer httpsPort)
      • WireMockRule

        public WireMockRule()
    • Method Detail

      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base,
                                                       org.junit.runner.Description description)
        Specified by:
        apply in interface org.junit.rules.TestRule
      • before

        protected void before()
      • after

        protected void after()