- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for notSubtype (0.1 sec)
-
guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java
Mall<Indoor>.Shop<Electronics> shop) { return notSubtype(shop); } @TestSubtype public Mall<Outdoor>.Shop<Electronics> ownerTypeDoesNotMatch_subtypeWithWildcard( Mall<? extends Outdoor>.Shop<Electronics> shop) { return notSubtype(shop); } @TestSubtype
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 20.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java
Mall<Indoor>.Shop<Electronics> shop) { return notSubtype(shop); } @TestSubtype public Mall<Outdoor>.Shop<Electronics> ownerTypeDoesNotMatch_subtypeWithWildcard( Mall<? extends Outdoor>.Shop<Electronics> shop) { return notSubtype(shop); } @TestSubtype
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 20.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/SubtypeTester.java
* * @TestSubtype * public List<String> intListIsNotSubtypeOfStringList(List<Integer> intList) { * return notSubtype(intList); * } * } * * public void testMySubtypes() throws Exception { * new MySubtypeTests().testAllDeclarations(); * } * } * * The calls to {@link #isSubtype} and {@link #notSubtype} tells the framework what assertions need * to be made. * * <p>The declaration methods must be public. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 6.2K bytes - Viewed (0)