- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getDummyValue (0.04 seconds)
-
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 Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 32.5K bytes - Click Count (0)