Class 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 Detail

      • WireMockSnippet

        public WireMockSnippet()
    • Method Detail

      • document

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