- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getDummyValue (0.07 seconds)
-
guava-testlib/src/com/google/common/testing/ClassSanityTester.java
args.add(null); continue; } Object defaultValue = getDummyValue(param.getType()); if (defaultValue == null) { throw new ParameterNotInstantiableException(param); } args.add(defaultValue); } return args; } private <T> @Nullable T getDummyValue(TypeToken<T> type) { Class<? super T> rawType = type.getRawType();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 32.5K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java
args.add(null); continue; } Object defaultValue = getDummyValue(param.getType()); if (defaultValue == null) { throw new ParameterNotInstantiableException(param); } args.add(defaultValue); } return args; } private <T> @Nullable T getDummyValue(TypeToken<T> type) { Class<? super T> rawType = type.getRawType();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Apr 02 14:49:41 GMT 2026 - 32.5K bytes - Click Count (0)