dropwizard/dropwizard

View on GitHub
dropwizard-views/src/test/java/io/dropwizard/views/ViewBundleTest.java

Summary

Maintainability
A
1 hr
Test Coverage

Method addsTheViewMessageBodyWriterWithSingleViewRendererToTheEnvironment has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Test
    void addsTheViewMessageBodyWriterWithSingleViewRendererToTheEnvironment() throws Exception {
        final String configurationKey = "freemarker";
        final String testKey = "testKey";
        final Map<String, String> freeMarkerConfig = Collections.singletonMap(testKey, "yes");

    There are no issues that match your filters.

    Category
    Status