History log of /frameworks/support/v4/tests/java/android/support/v4/view/ViewPagerWithTitleStripTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29212b535486a2f7c6dc7e35ede84f9fa4816e70 01-Feb-2016 Kirill Grouchnikov <kirillg@google.com> Remove flakiness from ViewPager "smooth" tests

Wrap all actions that change the current item in ViewPager
with a custom action that uses Espresso's idling resource
functionality to wait until the ViewPager transitions
into STATE_IDLE state.

This allows us to test flows where the ViewPager state changes
after the internal sliding animation completes.

Bug: 26003516
Change-Id: I0425355279b4c34252ad299342d3e97368aa0f2e
/frameworks/support/v4/tests/java/android/support/v4/view/ViewPagerWithTitleStripTest.java
39e84476b45f10ed4929e307372d6f7a2103e9d5 25-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Sync and cleanup pass over support-v4

* Add missing annotations on one TextViewCompat method and its
implementations
* Tighten annotation from IdRes to StyleRes on TextViewCompat's
setTextAppearance
* Switch a few v4 tests to JUnit4, activity rules and Espresso

Change-Id: Ia235b9c527173f0403432c59ba9206a174bf043f
/frameworks/support/v4/tests/java/android/support/v4/view/ViewPagerWithTitleStripTest.java
59606ec8e4d812326448f0bf6acde5a0a167a958 09-Dec-2015 Kirill Grouchnikov <kirillg@google.com> Added tests for interactive pager tab strip

* Extracted tests that are agnostic of the interactive nature
of the tab strip into a new abstract base class. These will run
for both PagerTabStrip and PagerTitleStrip.
* Two new leaf classes to test that PagerTitleStrip is non
interactive and PagerTabStrip is interactive (clicks on titles
and clicks in between titles).

Change-Id: Ia3a1ffe23d2ec807638213cfcdc2cab63558189c
/frameworks/support/v4/tests/java/android/support/v4/view/ViewPagerWithTitleStripTest.java