CloudSlang/cs-actions

View on GitHub
cs-xml/src/test/java/io/cloudslang/content/xml/actions/ApplyXslTransformationTest.java

Summary

Maintainability
A
2 hrs
Test Coverage

Method applyXslTransformationSuccess has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Test
    public void applyXslTransformationSuccess() {
        Map<String, String> result = applyXslTransformation.applyXslTransformation(
                "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" +
                        "<map>\n" +

    Method applyXslTransformationXmlFileAndXslString has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        @Test
        public void applyXslTransformationXmlFileAndXslString() {
            Map<String, String> result = applyXslTransformation.applyXslTransformation(
                    xml,
                    "<?xml version=\"1.0\"?>\n" +

      There are no issues that match your filters.

      Category
      Status