MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / EquivsTest

Class EquivsTest

src/test/java/com/amazon/ion/EquivsTest.java:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22import java.io.File;
23
24public class EquivsTest
25 extends EquivsTestCase
26{
27 @Inject("testFile")
28 public static final File[] FILES = TestUtils.testdataFiles(GLOBAL_SKIP_LIST, EQUIVS_IONTESTS_FILES);
29
30 public EquivsTest()
31 {
32 super(true);
33 }
34}

Callers

nothing calls this directly

Calls 1

testdataFilesMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…