History log of /frameworks/support/percent/tests/java/android/support/percent/PercentDynamicLayoutTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
42e7d6fafcde7bfe261dd7d8d75ee53ca0cd6790 28-Sep-2016 Aurimas Liutikas <aurimas@google.com> Replace usage of Instrumentation#runOnMainSync with ActivityTestRule#runOnUiThread.

ActivityTestRule#runOnUiThread handles exceptions correctly and thus should be used
in place of Instrumentation#runOnMainSync. This changes most of these use-cases
except for tricky cases.

Bug: 31801302
Test: ran support-design:connectedCheck and support-appcompat:connectedCheck
Change-Id: I70904aef89e6bbc2a3cff1b3be697258d666e316
/frameworks/support/percent/tests/java/android/support/percent/PercentDynamicLayoutTest.java
754cb29c50f09a83251dd4bb633ba445b2411adb 27-Sep-2016 Aurimas Liutikas <aurimas@google.com> Switch from deprecated size annotations to new ones.

Switching from android.test.suitebuilder.annotation.*Test
to android.support.test.filters.*Test.

Bug: 30074170
Test: manual - ran small appcompat tests, they still run and pass
Change-Id: Idce58b988c8e1a809f7f5fae67e0e235159d9fc5
/frameworks/support/percent/tests/java/android/support/percent/PercentDynamicLayoutTest.java
72de056d527299b1c8db8825e9ca435f13f585d9 04-Apr-2016 Kirill Grouchnikov <kirillg@google.com> Account for Percent-based parent paddings

Also remove unnecessary @UiThreadTest annotations on existing
tests.

Bug: 27871140
Change-Id: I89e651e09713226cd1c636b1eb494ab8e1c488ea
/frameworks/support/percent/tests/java/android/support/percent/PercentDynamicLayoutTest.java