HomeSort by relevance Sort by last modified time
    Searched refs:FactoryMethodReturnsNullException (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/src/com/google/common/testing/
ClassSanityTester.java 223 InvocationTargetException, FactoryMethodReturnsNullException {
306 IllegalAccessException, InvocationTargetException, FactoryMethodReturnsNullException {
318 List<FactoryMethodReturnsNullException> nullErrors = Lists.newArrayList();
331 } catch (FactoryMethodReturnsNullException e) {
351 InvocationTargetException, FactoryMethodReturnsNullException {
363 List<FactoryMethodReturnsNullException> nullErrors = Lists.newArrayList();
376 nullErrors.add(new FactoryMethodReturnsNullException(factory));
472 } catch (FactoryMethodReturnsNullException e) {
516 } catch (FactoryMethodReturnsNullException e) {
574 IllegalAccessException, InvocationTargetException, FactoryMethodReturnsNullException {
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/
ClassSanityTesterTest.java 25 import com.google.common.testing.ClassSanityTester.FactoryMethodReturnsNullException;
393 } catch (FactoryMethodReturnsNullException expected) {}
485 } catch (FactoryMethodReturnsNullException expected) {}
    [all...]
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 246 milliseconds