- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testGet_nonPublicConstantNotUsed (0.66 sec)
-
guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java
} public void testGet_constantTypeDoesNotMatch() { assertThat(ArbitraryInstances.get(ParentClassHasConstant.class)).isNull(); } public void testGet_nonPublicConstantNotUsed() { assertThat(ArbitraryInstances.get(NonPublicConstantIgnored.class)).isNull(); } public void testGet_nonStaticFieldNotUsed() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 22.6K bytes - Viewed (0) -
android/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java
} public void testGet_constantTypeDoesNotMatch() { assertThat(ArbitraryInstances.get(ParentClassHasConstant.class)).isNull(); } public void testGet_nonPublicConstantNotUsed() { assertThat(ArbitraryInstances.get(NonPublicConstantIgnored.class)).isNull(); } public void testGet_nonStaticFieldNotUsed() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 22.2K bytes - Viewed (0)