Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/testing/
DClassSanityTester.java223 InvocationTargetException, FactoryMethodReturnsNullException { in doTestNulls()
306 IllegalAccessException, InvocationTargetException, FactoryMethodReturnsNullException { in doTestEquals()
318 List<FactoryMethodReturnsNullException> nullErrors = Lists.newArrayList(); in doTestEquals()
331 } catch (FactoryMethodReturnsNullException e) { in doTestEquals()
351 InvocationTargetException, FactoryMethodReturnsNullException { in instantiate()
363 List<FactoryMethodReturnsNullException> nullErrors = Lists.newArrayList(); in instantiate()
376 nullErrors.add(new FactoryMethodReturnsNullException(factory)); in instantiate()
472 } catch (FactoryMethodReturnsNullException e) { in testEquals()
516 } catch (FactoryMethodReturnsNullException e) { in testEqualsAndSerializable()
574 IllegalAccessException, InvocationTargetException, FactoryMethodReturnsNullException { in testEqualsUsing()
[all …]
/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java25 import com.google.common.testing.ClassSanityTester.FactoryMethodReturnsNullException;
393 } catch (FactoryMethodReturnsNullException expected) {} in testFactoryMethodReturnsNullForEqualsTest()
485 } catch (FactoryMethodReturnsNullException expected) {} in testInstantiate_factoryMethodReturnsNullAndAnnotated()