- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testGetTesterAnnotations_method (0.1 seconds)
-
android/guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java
@NotTesterAnnotation class Tester {} assertThat(getTesterAnnotations(Tester.class)) .containsExactly(Tester.class.getAnnotation(Require.class)); } public void testGetTesterAnnotations_method() throws Exception { class Tester { @Keep @Require @NotTesterAnnotation public void test() {} } Method method = Tester.class.getMethod("test");Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 11.6K bytes - Click Count (0) -
guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java
@NotTesterAnnotation class Tester {} assertThat(getTesterAnnotations(Tester.class)) .containsExactly(Tester.class.getAnnotation(Require.class)); } public void testGetTesterAnnotations_method() throws Exception { class Tester { @Keep @Require @NotTesterAnnotation public void test() {} } Method method = Tester.class.getMethod("test");Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 11.6K bytes - Click Count (0)