Add more tests

This commit is contained in:
Juan Martín Sotuyo Dodero
2023-02-21 00:57:57 -03:00
parent c041fa4bd3
commit 3a5d2cb3ee

View File

@ -59,6 +59,17 @@ public class Foo {
}
]]></code>
</test-code>
<test-code>
<description>package constructor is ok</description>
<expected-problems>0</expected-problems>
<code><![CDATA[
public class Foo {
/* default */ Foo(){}
public void bar() {}
}
]]></code>
</test-code>
<test-code>
<description>ok, one static method</description>