Searched refs:toy (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java56 static final Class toy = Toy.class; field in class:MBeanInfoEqualsTest
61 con1 = toy.getConstructor(new Class[] {});
62 con2 = toy.getConstructor(new Class[] {Integer.TYPE,
64 getA = toy.getMethod("getA", new Class[] {});
65 setA = toy.getMethod("setA", new Class[] {Integer.TYPE});
66 isB = toy.getMethod("isB", new Class[] {});
67 setB = toy.getMethod("setB", new Class[] {Boolean.TYPE});
68 run = toy.getMethod("run", new Class[] {});
69 blah = toy.getMethod("blah", new Class[] {Integer.TYPE,

Completed in 31 milliseconds