MCPcopy Index your code
hub / github.com/seaswalker/spring-analysis / findClass

Method findClass

src/main/java/test/JavaTest.java:41–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 @Test
42 public void findClass() throws IOException {
43 Enumeration<URL> base = JavaTest.class.getClassLoader().getResources("base/*");
44 while (base.hasMoreElements()) {
45 System.out.println(base.nextElement().toString());
46 }
47 }
48
49 @Test
50 public void intro() throws IntrospectionException {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected