Lines Matching refs:interface
16 …@java.lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface FlakyTest {
40 @Deprecated public interface PerformanceTestCase {
45 @Deprecated public static interface PerformanceTestCase.Intermediates {
53 ….lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface RepetitiveTest {
57 …va.lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface UiThreadTest {
64 …nnotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface LargeTest {
67 …notation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface MediumTest {
70 …nnotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SmallTest {
73 …ng.annotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface Smoke {
76 …annotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface Suppress {
83 @Deprecated public interface Predicate<T> {
144 public interface Protectable {
148 public interface Test {
179 public interface TestListener {