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

Method setup

src/test/java/me/coley/recaf/DecompileTest.java:25–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 @Nested
24 public class Basic {
25 @BeforeEach
26 public void setup() {
27 try {
28 JavaResource resource = new JarResource(getClasspathFile("inherit.jar"));
29 resource.getClasses();
30 resource.getFiles();
31 controller = setupController(resource);
32 } catch(IOException ex) {
33 fail(ex);
34 }
35 }
36
37 @AfterEach
38 public void shutdown() {

Callers

nothing calls this directly

Calls 4

getClasspathFileMethod · 0.80
setupControllerMethod · 0.80
getClassesMethod · 0.45
getFilesMethod · 0.45

Tested by

no test coverage detected