Home
last modified time | relevance | path

Searched refs:CannotConstruct (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1336 private static class CannotConstruct<E extends Throwable> { class in TypeTokenTest
1338 public CannotConstruct() throws E {} in CannotConstruct() method in TypeTokenTest.CannotConstruct
1341 public <T extends CannotConstruct<AssertionError>> void testConstructor_exceptionTypes() in testConstructor_exceptionTypes()
1344 Constructor<CannotConstruct> constructor = CannotConstruct.class.getConstructor(); in testConstructor_exceptionTypes()