Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDummyArguments (0.1 sec)

  1. android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java

       */
      private <T> @Nullable T instantiate(Invokable<?, ? extends T> factory)
          throws ParameterNotInstantiableException, InvocationTargetException, IllegalAccessException {
        return invoke(factory, getDummyArguments(factory));
      }
    
      /**
       * Returns an object responsible for performing sanity tests against the return values of all
       * public static methods declared by {@code cls}, excluding superclasses.
       */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 23 14:18:12 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top