History log of /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ChildHelperTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a491891f854a05f1ffb979c73e245f0adc58af58 07-Oct-2016 Chris Craik <ccraik@google.com> Remove dead type code

Test: minor cleanup, @SmallTests still pass

Change-Id: I11fd1046544925c0d8dbaf4cbc110e51f6f88904
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ChildHelperTest.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/v7/recyclerview/tests/src/android/support/v7/widget/ChildHelperTest.java
8052423a9ffce385de32ae76fa962e6316f03677 08-Sep-2016 Aurimas Liutikas <aurimas@google.com> Convert remaining RecyclerView Android tests to JUnit4.

Bug: 31101927
Change-Id: I007e6372c0870cc856168d5bb5a5eba278fa0239
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ChildHelperTest.java
0a017072206f93474ccd2706e7983c2ff778b904 07-Jan-2016 Yigit Boyar <yboyar@google.com> Move all RecyclerView tests to Junit4

This CL moves all RecyclerView tests to Junit4 and uses
the new ActivityTestRule instead of ActivityInstrumentationTest.

Bug: 24494874
Change-Id: I049d8b1ac7869a6af13a3ee7905d6dd1f6eb418b
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ChildHelperTest.java
f1b288ec2104488f4a92e911b0ab80c8f0f3e9d1 28-Dec-2015 Yigit Boyar <yboyar@google.com> Add test size annotations to RecyclerView Tests

Bug: 24494874
Change-Id: I0e7606d1c55017dc17467155372b708a0b1ea36d
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ChildHelperTest.java
5031b30272a0178845f88d06adddb204dd833779 20-Oct-2015 Yigit Boyar <yboyar@google.com> Fix bad hidden child recovery

ChildHelper's method was NOT checking whether
child is removed or not. This means it could return children w/ bad indices.

Bug: 25037922
Change-Id: Ifbec9a9e5a0826603e1f369dec7615b9d327f13c
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ChildHelperTest.java