Interface DropwizardExtension

All Known Implementing Classes:
DAOTestExtension, DropwizardAppExtension, DropwizardClientExtension, ResourceExtension

public interface DropwizardExtension
DropwizardExtensionsSupport class uses this interface to find fields fields in test class instance and test class
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed after test method or class.
    void
    Executed before test method or class.
  • Method Details

    • before

      void before() throws Throwable
      Executed before test method or class.
      Throws:
      Throwable
    • after

      void after() throws Throwable
      Executed after test method or class.
      Throws:
      Throwable