MCPcopy Create free account
hub / github.com/LFYSec/MScan / main

Method main

src/test/resources/pta/reflection/GetMember.java:6–10  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

4public class GetMember {
5
6 public static void main(String[] args) throws Exception {
7 testConstructor();
8 testMethod();
9 testGetClass();
10 }
11
12 static void testConstructor() throws Exception {
13 Class<U> klass = U.class;

Callers

nothing calls this directly

Calls 3

testConstructorMethod · 0.95
testMethodMethod · 0.95
testGetClassMethod · 0.95

Tested by

no test coverage detected