AutolabJS/AutolabJS

View on GitHub
docs/examples/unit_tests/test_cases/java/tests/Test1.java

Summary

Maintainability
A
0 mins
Test Coverage

The name of the outer type and the file do not match.
Open

public class Test extends AbstractTest {

Checks that the outer type name and the file name match. For example,the class Foo must be in a file namedFoo.java.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

'if' construct must use '{}'s.
Open

        if (runTest(SellerTest.class, "getSet"))

There are no issues that match your filters.

Category
Status