- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TwoConstantEnum (0.08 sec)
-
android/guava-testlib/test/com/google/common/testing/FreshValueGeneratorTest.java
assertEqualInstance(OneConstantEnum.class, OneConstantEnum.CONSTANT1); assertFreshInstance(TwoConstantEnum.class, 2); assertFreshInstance(new TypeToken<com.google.common.base.Optional<OneConstantEnum>>() {}, 2); assertFreshInstance(new TypeToken<List<OneConstantEnum>>() {}, 1); assertFreshInstance(new TypeToken<List<TwoConstantEnum>>() {}, 2); } @AndroidIncompatible // problem with equality of Type objects?
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 17.2K bytes - Viewed (0) -
guava-testlib/test/com/google/common/testing/FreshValueGeneratorTest.java
assertEqualInstance(OneConstantEnum.class, OneConstantEnum.CONSTANT1); assertFreshInstance(TwoConstantEnum.class, 2); assertFreshInstance(new TypeToken<com.google.common.base.Optional<OneConstantEnum>>() {}, 2); assertFreshInstance(new TypeToken<List<OneConstantEnum>>() {}, 1); assertFreshInstance(new TypeToken<List<TwoConstantEnum>>() {}, 2); } @AndroidIncompatible // problem with equality of Type objects?
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 18.4K bytes - Viewed (0)