/**@class android.test.suitebuilder.annotation.SmallTest
implements java.lang.annotation.Annotation
Marks a test that should run as part of the small tests.
@deprecated Use
<a href="{@docRoot}reference/android/support/test/filters/SmallTest.html">
SmallTest</a> instead. New tests should be written using the
<a href="{@docRoot}tools/testing-support-library/index.html">Android Testing Support Library</a>.
*/
var SmallTest = {
};