MCPcopy Create free account
hub / github.com/e2wugui/zeze / test7

Method test7

ZezeJava/ZezeJavaTest/src/UnitTest/Zeze/Util/TestJson.java:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 public void test7() {
114 System.out.println(System.getProperty("java.version"));
115 System.out.println(Json.instance.getClassMeta(Inet4Address.class));
116 }
117
118 static class D {
119 final HashMap<Integer, Integer> m = new HashMap<>();

Callers 1

mainMethod · 0.95

Calls 2

getPropertyMethod · 0.80
getClassMetaMethod · 0.80

Tested by

no test coverage detected