MCPcopy Create free account
hub / github.com/ReadyTalk/avian / innerClasses

Method innerClasses

test/Reflection.java:49–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 private static void innerClasses() throws Exception {
50 Class c = Reflection.class;
51 Class[] inner = c.getDeclaredClasses();
52 expect(2 == inner.length);
53 expect(Hello.class == inner[0]
54 || Hello.class == inner[1]);
55 }
56
57 private int egads;
58

Callers 1

mainMethod · 0.95

Calls 2

getDeclaredClassesMethod · 0.95
expectMethod · 0.95

Tested by

no test coverage detected