mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
check if abstract test class has non abstract inheritor -> its test methods are used
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems/>
|
||||
+1
@@ -0,0 +1 @@
|
||||
public class ChildTest extends AbstractTest {}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public abstract class AbstractTest {
|
||||
@org.junit.Test
|
||||
public void testSmth() {}
|
||||
}
|
||||
Reference in New Issue
Block a user