OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exceptionTest
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java
56
static class
ExceptionTest
<T extends Exception>{
57
void
exceptionTest
() throws T{}
214
Class<? extends
ExceptionTest
> clazz =
ExceptionTest
.class;
216
Method method = clazz.getDeclaredMethod("
exceptionTest
");
224
assertEquals(
ExceptionTest
.InnerClass.class, innerClazz);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
MethodTest.java
175
static class
ExceptionTest
<T extends Exception>{
177
void
exceptionTest
() throws T{}
461
Method method =
ExceptionTest
.class.getDeclaredMethod("
exceptionTest
");
466
TypeVariable<Class<
ExceptionTest
<?>>> tv =
467
(TypeVariable<Class<
ExceptionTest
<?>>>) genericExceptionTypes[0];
481
TypeVariable<Class<
ExceptionTest
<?>>> tv =
482
(TypeVariable<Class<
ExceptionTest
<?>>>) returnType;
[
all
...]
Completed in 155 milliseconds