All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.dropwizard.java8.testing.junit.ResourceTestRuleBuilder Maven / Gradle / Ivy

package io.dropwizard.java8.testing.junit;

import io.dropwizard.java8.jersey.OptionalMessageBodyWriter;
import io.dropwizard.java8.jersey.OptionalParamFeature;
import io.dropwizard.testing.junit.ResourceTestRule;

public class ResourceTestRuleBuilder {

    public static ResourceTestRule.Builder builder() {
        return new ResourceTestRule.Builder()
                .addProvider(OptionalMessageBodyWriter.class)
                .addProvider(OptionalParamFeature.class);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy