ResourceExtension   ResourceExtension 
skipping to change at line 12 skipping to change at line 12
public class io.dropwizard.testing.junit5.ResourceExtension implements io.d ropwizard.testing.junit5.DropwizardExtension { public class io.dropwizard.testing.junit5.ResourceExtension implements io.d ropwizard.testing.junit5.DropwizardExtension {
public static io.dropwizard.testing.junit5.ResourceExtension$Builder buil der(); public static io.dropwizard.testing.junit5.ResourceExtension$Builder buil der();
public javax.validation.Validator getValidator(); public javax.validation.Validator getValidator();
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper();
public java.util.function.Consumer<org.glassfish.jersey.client.ClientConf ig> getClientConfigurator(); public java.util.function.Consumer<org.glassfish.jersey.client.ClientConf ig> getClientConfigurator();
public javax.ws.rs.client.WebTarget target(java.lang.String); public javax.ws.rs.client.WebTarget target(java.lang.String);
public javax.ws.rs.client.Client client(); public javax.ws.rs.client.Client client();
public org.glassfish.jersey.test.JerseyTest getJerseyTest(); public org.glassfish.jersey.test.JerseyTest getJerseyTest();
public void before() throws java.lang.Throwable; public void before() throws java.lang.Throwable;
public void after() throws java.lang.Throwable; public void after() throws java.lang.Throwable;
io.dropwizard.testing.junit5.ResourceExtension(io.dropwizard.testing.comm on.Resource, io.dropwizard.testing.junit5.ResourceExtension$1);
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 0 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/