skyisle / android-test-kit

Automatically exported from code.google.com/p/android-test-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidTestCase with NumberPicker fails pre-lollipop

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?

1. AndroidTestCase with NumberPicker
2. androidTestCompile with Espresso 2.0
3. Run with all tests with AndroidJUnitRunner

What is the expected output? What do you see instead?

Expected output: Test runs successfully
Actual output: Crash while inflating NumberPicker (logcat attached)

What version of the product are you using? On what operating system?

Espresso 2.0
Android 4.3

Please provide any additional information below.

Reproduce with this repo: https://github.com/chiuki/espresso-number-picker
Switch to "old" tag for the working version before Espresso 2.0

Original issue reported on code.google.com by chi...@gmail.com on 8 Jan 2015 at 4:06

Attachments:

Seems like an issue with the app under test.

Original comment by vale...@google.com on 16 Mar 2015 at 7:48

  • Changed state: Invalid
The app is here: https://github.com/chiuki/espresso-number-picker

It just has a NumberPicker, so I'm not sure what the issue could be?

Original comment by chi...@gmail.com on 16 Mar 2015 at 10:02