History log of /frameworks/base/core/tests/coretests/src/android/text/SpannableTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1a7d0d7f7d02edf4e68cd9d3e90154f844bacf9 24-Apr-2017 Andrei Stingaceanu <stg@google.com> Move text coretests to JUnit (1)

* moved android.text package core tests to AndroidJUnit
* replaced manual mocks with mockito
* removed redundant "throws Exception" in all touched
files

Bug: 31223263
Test: adb shell am instrument -w -e package android.text\
com.android.frameworks.coretests/android.support.test.runner\
.AndroidJUnitRunner

Change-Id: I6ae08df24064720635c4acc0d9085a539a317ac0
/frameworks/base/core/tests/coretests/src/android/text/SpannableTest.java
68089c81068cc93d3fd42e2f768fc3a2a0d08f3c 30-Jun-2016 Siyamed Sinir <siyamed@google.com> Enable Text core tests

Some of the tests were disabled because of the access permissions. This
CL:
* Removes @Suppress annotations
* Annotates the test classes with related annotations such as @SmallTest
* Removes unused imports
* Replaces android.test.sitebuilder.annotation.SmallTest annotations with
android.support.test.filters.SmallTest

Bug: 29879498
Change-Id: I9e6e326bc6eaf365d7d5c6d1f7edec35e6957302
/frameworks/base/core/tests/coretests/src/android/text/SpannableTest.java
1a5a3217595b183deee7a31b25e77eeed707e381 12-Mar-2010 Kenny Root <kroot@google.com> Add missing licensing headers for test classes

Commit and file info:
33817-p9 frameworks/base/core/tests/coretests/src/android/util/LogTest.java
39945-p9 frameworks/base/core/tests/coretests/src/android/text/SpannableTest.java
39945-p9 frameworks/base/core/tests/coretests/src/android/text/SpannableStringBuilderTest.java
39945-p9 frameworks/base/core/tests/coretests/src/android/text/SpannableStringTest.java

Change-Id: I1aac616069b7c26a00153d00118ced289d802e44
/frameworks/base/core/tests/coretests/src/android/text/SpannableTest.java
1d3165f10b12165f02b7015ac1a817c5f60e6399 12-Jan-2010 Neal Nguyen <tommyn@google.com> Phase 2 of test file cleanup: relocating test files from FrameworkTest closer to their sources in core.

In addition to the file moves, the package names of the tests have been updated and adjusted to match their new locations.
/frameworks/base/core/tests/coretests/src/android/text/SpannableTest.java