- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getDummyValue (0.07 sec)
-
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();
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 32.5K bytes - Viewed (0)