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

/openjdk7/jdk/test/javax/management/mxbean/
H A DExceptionDiagnosisTest.java156 private static void testMXBeans(Object mbean, Type... expectedTypes) argument
164 checkExceptionChain("MBean " + mbean, e, expectedTypes);
169 Object mbean, Class<T> mxbeanClass, Type... expectedTypes)
199 "Proxy for " + mxbeanClass.getName(), e, expectedTypes);
226 String what, Throwable e, Type[] expectedTypes) {
234 for (Type type : expectedTypes) {
168 testProxies( Object mbean, Class<T> mxbeanClass, Type... expectedTypes) argument
225 checkExceptionChain( String what, Throwable e, Type[] expectedTypes) argument

Completed in 29 milliseconds