Merge "Presubmit FormatterTest and SpannableStringBuilderTest"

This commit is contained in:
Siyamed Sinir
2017-12-18 22:24:53 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ package android.text;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import android.platform.test.annotations.Presubmit;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;
import android.text.style.BulletSpan;
@@ -30,6 +31,7 @@ import android.text.style.UnderlineSpan;
import org.junit.Test;
import org.junit.runner.RunWith;
@Presubmit
@SmallTest
@RunWith(AndroidJUnit4.class)
public class SpannableStringBuilderTest extends SpannableTest {

View File

@@ -23,6 +23,7 @@ import android.content.Context;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.icu.util.MeasureUnit;
import android.platform.test.annotations.Presubmit;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;
@@ -36,7 +37,7 @@ import org.junit.runner.RunWith;
import java.util.Locale;
import java.util.Set;
@Presubmit
@SmallTest
@RunWith(AndroidJUnit4.class)
public class FormatterTest {