java.lang.Object
org.springframework.cloud.contract.wiremock.restdocs.WireMockSnippet
All Implemented Interfaces:
org.springframework.restdocs.snippet.Snippet

public class WireMockSnippet extends Object implements org.springframework.restdocs.snippet.Snippet
Represents a snippet for a WireMock stub.
Author:
Dave Syer
  • Constructor Details

    • WireMockSnippet

      public WireMockSnippet()
  • Method Details

    • document

      public void document(org.springframework.restdocs.operation.Operation operation) throws IOException
      Specified by:
      document in interface org.springframework.restdocs.snippet.Snippet
      Throws:
      IOException