HomeSort by relevance Sort by last modified time
    Searched refs:TestAnnotation (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
Annotated.java 19 @TestAnnotation(AnnotationValue.V1)
TestAnnotation.java 23 public @interface TestAnnotation {
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_flushed.jar 
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
AnnotationTest.java 48 static public @interface TestAnnotation {
60 @TestAnnotation(name = "MyAnnotatedClass", someEnum = TestEnum.EnumB)
64 @TestAnnotation(name = "MyAnnotatedField", values = {4, 5}) public int annotatedValue;
65 @TestAnnotation(name = "MyAnnotatedMethod", values = {6, 7}) public int annotatedMethod () { return 0; };
77 @TestAnnotation(name = "MyInheritClassB")
87 Annotation annotation = ClassReflection.getDeclaredAnnotation(AnnotatedClass.class, TestAnnotation.class);
89 TestAnnotation annotationInstance = annotation.getAnnotation(TestAnnotation.class);
100 if (a.getAnnotationType().equals(TestAnnotation.class)) {
101 TestAnnotation annotationInstance = a.getAnnotation(TestAnnotation.class)
    [all...]
  /external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
CheckedProviderMethodsModuleTest.java 62 @interface TestAnnotation {
86 @CheckedProvides(RpcProvider.class) @TestAnnotation
149 .getInstance(Key.get(rpcProviderOfLong, TestAnnotation.class));
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 51 public @interface TestAnnotation {
92 @TestAnnotation("libcore.java.lang.OldClassTest$ExtendTestClass")
108 @TestAnnotation("libcore.java.lang.OldClassTest$PublicTestClass")
239 assertEquals(TestAnnotation.class, annotations[0].annotationType());
248 type.equals(TestAnnotation.class));
346 TestAnnotation target = PublicTestClass.class.getAnnotation(TestAnnotation.class);
551 assertTrue(TestAnnotation.class.isAnnotation());
557 assertTrue(PublicTestClass.class.isAnnotationPresent(TestAnnotation.class));
558 assertFalse(ExtendTestClass1.class.isAnnotationPresent(TestAnnotation.class))
    [all...]
  /external/testng/src/main/java/org/testng/internal/annotations/
TestAnnotation.java 13 public class TestAnnotation extends TestOrConfiguration implements ITestAnnotation {
JDK15TagFactory.java 384 TestAnnotation result = new TestAnnotation();
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 147 milliseconds