History log of /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerSnappingTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
35232c6eaeb9b99f390cb8ef0ac83bf45fa0b3fa 01-Feb-2017 Aurimas Liutikas <aurimas@google.com> Update test sizes for all currently @SmallTest.

SmallTests are supposed to complete in <200ms, Medium in <1s, and Large in <30s.
This CL updates the size of all the SmallTest based on excecution times from
presubmit test runners.

Test: None
Bug: 34854821
Change-Id: Iec73f7b6ef63b27cd3d8b19a8e8c7a9b91ff6729
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerSnappingTest.java
24e2d006cef58a0e36a738e0a62a58d0f47e74b6 08-Dec-2016 Aga Madurska <amad@google.com> Make the GridLayoutManagerSnappinTest less flaky.

Bug:32072865

Change-Id: I4903f86584455ab39cc1d5842cab4f45f72a6427
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerSnappingTest.java
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/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerSnappingTest.java
3876bebeea440474dfecf34e7a759d265bf67e0e 28-Sep-2016 Aga Madurska <amad@google.com> Resolve merge conflicts of 571fe86 to master

Test: Merge conflict resolution. CL adds tests.

Change-Id: Ib4a18c02761273cde62de57b1a959da2d37d803d
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/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerSnappingTest.java
3911e1c2d38e301d5ffbdf11f808fdc593dd83e9 09-Sep-2016 Aga Madurska <amad@google.com> Add tests for edge view to the LinearLayoutManagerSnappingTest

Also, stabilize the Linear- and GridLayoutManagerSnappingTest
as they seemed to have a flaky setup.

Bug:31399980

Change-Id:If7780a5cc863a53cf4df946d186dfd5ae28274cc
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerSnappingTest.java
e9f9cd8d0e9008340985d17a2541ab24b3adb391 23-Sep-2016 Aurimas Liutikas <aurimas@google.com> Continuing the game of whack-a-mole with removing spaces in RV tests.

Test: did not test
Change-Id: I08f517f0d0419c34e15ffc3a73f8e533d0ba87e1
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerSnappingTest.java
c587f7dba5a337169e854e235da59f595255d6cc 20-Jun-2016 Aga Madurska <amad@google.com> Add an OnFlingListener to the RecyclerView.

This enable custom fling implementations and
is used to implement expose a snapping API
to developers.

Bug: 28169210
Change-Id: I09ffcab384eb69338df1fcc5f8d1d2a0d1191a57
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerSnappingTest.java