Home
last modified time | relevance | path

Searched defs:Invokable (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
DClassSanityTester.java413 ImmutableList<Invokable<?, ?>> factories, in FactoryMethodReturnValueTester()
565 @Nullable private <T> T instantiate(Invokable<?, ? extends T> factory) in instantiate() argument
571 private void testEqualsUsing(final Invokable<?, ?> factory) in testEqualsUsing()
617 Invokable<?, ?> factory, List<Parameter> params, List<Object> args) in generateEqualFactoryArguments() argument
642 Invokable<?, ?> factory, List<Object> args, int i, Object alternateArg) in hashCodeInsensitiveToArgReference() argument
715 private List<Object> getDummyArguments(Invokable<?, ?> invokable) in getDummyArguments() argument
750 private static <T> T createInstance(Invokable<?, ? extends T> factory, List<?> args) in createInstance() argument
759 @Nullable private static <T> T invoke(Invokable<?, ? extends T> factory, List<?> args) in invoke() argument
797 public FactoryMethodReturnsNullException(Invokable<?, ?> factory) { in FactoryMethodReturnsNullException() argument
DNullPointerTester.java331 private void testParameter(Object instance, Invokable<?, ?> invokable, in testParameter() argument
357 private Object[] buildParamList(Invokable<?, ?> invokable, int indexOfParamToSetToNull) { in buildParamList() argument
/external/guava/guava/src/com/google/common/reflect/
DInvokable.java60 public abstract class Invokable<T, R> extends Element implements GenericDeclaration { class
62 <M extends AccessibleObject & Member> Invokable(M member) { in Invokable() method in Invokable
DParameter.java45 Invokable<?, ?> declaration, in Parameter() argument