forked from phoedos/pmd
Remove duplicated test case
This commit is contained in:
@ -429,19 +429,6 @@ class Style {
|
||||
public void moveOutOfBoundsFrom() {
|
||||
doSomething();
|
||||
}
|
||||
}]]></code>
|
||||
</test-code>
|
||||
<test-code>
|
||||
<description>#1365 detect test classes marked with fully qualified annotation, base case.</description>
|
||||
<expected-problems>0</expected-problems>
|
||||
<code><![CDATA[
|
||||
import org.junit.Test;
|
||||
|
||||
class Style {
|
||||
@Test(expected = IllegalArgumentException.class)
|
||||
public void moveOutOfBoundsFrom() {
|
||||
doSomething();
|
||||
}
|
||||
}]]></code>
|
||||
</test-code>
|
||||
</test-data>
|
||||
|
Reference in New Issue
Block a user