fujaba/NetworkParser

View on GitHub
src/test/java/de/uniks/networkparser/test/SoapTest.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Test
    public void testSoap() throws IOException{
        SoapObject item = new SoapObject().withNameSpace("soap");
        item.withBody(
                XMLEntity.TAG("GetMatchByMatchID")
Severity: Minor
Found in src/test/java/de/uniks/networkparser/test/SoapTest.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status