Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getFactoriesToTest (0.19 sec)

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

         *
         * @return this tester
         */
        @CanIgnoreReturnValue
        public FactoryMethodReturnValueTester testNulls() throws Exception {
          for (Invokable<?, ?> factory : getFactoriesToTest()) {
            Object instance = instantiate(factory);
            if (instance != null
                && packagesToTest.contains(Reflection.getPackageName(instance.getClass()))) {
              try {
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Feb 08 17:31:55 GMT 2024
    - 33K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java

         *
         * @return this tester
         */
        @CanIgnoreReturnValue
        public FactoryMethodReturnValueTester testNulls() throws Exception {
          for (Invokable<?, ?> factory : getFactoriesToTest()) {
            Object instance = instantiate(factory);
            if (instance != null
                && packagesToTest.contains(Reflection.getPackageName(instance.getClass()))) {
              try {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 08 17:31:55 GMT 2024
    - 33K bytes
    - Viewed (0)
Back to top