• Home
  • History
  • Annotate
  • only in /frameworks/support/core-ui/tests/java/android/support/v4/widget/
History log of /frameworks/support/core-ui/tests/java/android/support/v4/widget/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6d20a527c6adad79f5fb48ec8bc02d738db1e1d2 11-Mar-2017 Aurimas Liutikas <aurimas@google.com> Create a testutils module to share common testing code.

First module to move there is PollingCheck.java.

Bug: 36139124
Test: ./gradlew assembleAndroidTest works
Change-Id: Ic2626b8cd79475fa79af39b8eefddba41a9ecb91
wipeRefreshLayoutTest.java
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
wipeRefreshLayoutTest.java
3b591130c68223aa613660aaff79e65e26b5fc06 29-Nov-2016 Zach Kuznia <zork@google.com> Update ExploreByTouchHelper to calculate bounds on screen properly

Previously, the bounds in parent were assumed to be relative to the host view.
Now it properly handles calculation of the bounds of nested views.

Bug: 33196811
Test: Try the ExploreByTouchHelper sample in Support4Demos
Test: Run the ExploreByTouchHelperTest

Change-Id: Icf007e33f519281f4a78b4f5b46017b6a121e17f
xploreByTouchHelperTest.java
be8836b36247c1bc6432622cee11f9f5dfe471c2 19-Oct-2016 Kirill Grouchnikov <kirillg@google.com> Fix condition in one of the tests

Change the condition on the test to wait until
the layout is in not-refreshing state to be aligned
with the setRefreshing(false) call.

Test: Run SwipeRefreshLayoutTest tests
Change-Id: Ib78c070e6fbdaee382cb2c6953191d3b5b089eff
wipeRefreshLayoutTest.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
xploreByTouchHelperTest.java
wipeRefreshLayoutTest.java
0cb84900fe37e6b9fbc301296cc6b07d47355149 24-Aug-2016 Aurimas Liutikas <aurimas@google.com> Delay calling setEnabled to the end of the constructor.

setEnabled is now called at the end of the constructor when
everything is initialized.

Bug: 31017118
Test: Added SwipeRefreshLayoutTest#testSwipeDownToRefreshInitiallyDisabled

Change-Id: Ib88d7a075a439cb49ba745f6cdcff3cf12ce771d
wipeRefreshLayoutActions.java
wipeRefreshLayoutTest.java
1a0087977acf65a763e448732f01e4f22c34ccb6 21-Jun-2016 Aurimas Liutikas <aurimas@google.com> Add more tests for SwipeRefreshLayout.

Bug: 29518514
Change-Id: I6c5df04e9cf9622d44d5e7bcdf99f24384a6a843
wipeRefreshLayoutTest.java
ff22d81f6561f6cdd2a91eb63238c41079927a22 12-May-2016 Kirill Grouchnikov <kirillg@google.com> Extracting fragments and widgets into their own modules.

Also rename core to core-utils.

Change-Id: Icef764d01bc49cd4d04ac4ce47faadda983f4c48
xploreByTouchHelperTest.java
xploreByTouchHelperTestActivity.java
wipeRefreshLayoutActions.java
wipeRefreshLayoutActivity.java
wipeRefreshLayoutTest.java