| 22 | import java.io.File; |
| 23 | |
| 24 | public class NonEquivsTest |
| 25 | extends EquivsTestCase |
| 26 | { |
| 27 | @Inject("testFile") |
| 28 | public static final File[] FILES = |
| 29 | TestUtils.testdataFiles(GLOBAL_SKIP_LIST, NON_EQUIVS_IONTESTS_FILEs); |
| 30 | |
| 31 | public NonEquivsTest() |
| 32 | { |
| 33 | super(false); |
| 34 | } |
| 35 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…