Searched refs:testClassFields (Results 1 – 1 of 1) sorted by relevance
54 testClassFields(Integer.class); in doTest()55 testClassFields(int.class); in doTest()56 testClassFields(String[].class); in doTest()133 private static void testClassFields(Class<?> c) throws Exception { in testClassFields() method in Test912