Most visited

Recently visited

Added in API level 2
Deprecated since API level 24

MediumTest

public abstract @interface MediumTest
implements Annotation

android.test.suitebuilder.annotation.MediumTest


此@interface在API级别24中已被弃用。
改为使用MediumTest 新的测试应该使用Android Testing Support Library编写

标记应该作为中等测试的一部分运行的测试。

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!