Swati4star/Images-to-PDF

View on GitHub
app/src/androidTest/java/swati4star/createpdf/util/ImageUtilsTest.java

Summary

Maintainability
A
1 hr
Test Coverage

Method testCalculateFitSize has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Test
    public void testCalculateFitSize() {

        float testWidth = 8.0f;
        float testHeight = 12.0f;

    There are no issues that match your filters.

    Category
    Status