[go: nahoru, domu]

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 >>>)
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