MCPcopy Index your code
hub / github.com/Col-E/Recaf / setup

Method setup

src/test/java/me/coley/recaf/HierarchyGraphTest.java:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 private HierarchyGraph graph;
26
27 @BeforeEach
28 public void setup() throws IOException {
29 Path file = getClasspathFile("inherit.jar");
30 Workspace workspace = new Workspace(new JarResource(file));
31 graph = workspace.getHierarchyGraph();
32 }
33
34
35 @Test

Callers

nothing calls this directly

Calls 2

getHierarchyGraphMethod · 0.95
getClasspathFileMethod · 0.80

Tested by

no test coverage detected