()
| 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 |
nothing calls this directly
no test coverage detected