Class DropwizardClient

java.lang.Object
io.dropwizard.testing.common.DropwizardClient

public class DropwizardClient extends Object
  • Constructor Details

    • DropwizardClient

      public DropwizardClient(Object... resources)
  • Method Details

    • baseUri

      public URI baseUri()
    • getObjectMapper

      public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
    • getEnvironment

      public Environment getEnvironment()
    • before

      public void before() throws Throwable
      Throws:
      Throwable
    • after

      public void after()