Searched refs:ExceptionTest (Results 1 – 5 of 5) sorted by relevance
56 static class ExceptionTest<T extends Exception>{ class in OldGenericTypesTest214 Class<? extends ExceptionTest> clazz = ExceptionTest.class; in testException()224 assertEquals(ExceptionTest.InnerClass.class, innerClazz); in testException()
22 public class ExceptionTest extends TestCase { class
175 static class ExceptionTest<T extends Exception>{ class in MethodTest461 Method method = ExceptionTest.class.getDeclaredMethod("exceptionTest"); in test_getGenericExceptionTypes()466 TypeVariable<Class<ExceptionTest<?>>> tv = in test_getGenericExceptionTypes()467 (TypeVariable<Class<ExceptionTest<?>>>) genericExceptionTypes[0]; in test_getGenericExceptionTypes()481 TypeVariable<Class<ExceptionTest<?>>> tv = in test_getGenericReturnType()482 (TypeVariable<Class<ExceptionTest<?>>>) returnType; in test_getGenericReturnType()
35 public class ExceptionTest { class
2133 …src/test/java/text/BreakIterator/ExceptionTest.java,jdk17u/jdk-17.0.6-ga,test/jdk/java/text/BreakI…