Package io.dropwizard.testing.junit5
Interface DropwizardExtension
-
- All Known Implementing Classes:
DAOTestExtension,DropwizardAppExtension,DropwizardClientExtension,ResourceExtension
public interface DropwizardExtensionDropwizardExtensionsSupportclass uses this interface to find fields fields in test class instance and test class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafter()Executed after test method or class.voidbefore()Executed before test method or class.
-