suli1 / android-test-kit

Automatically exported from code.google.com/p/android-test-kit
0 stars 0 forks source link

Can not set date in calendar view. #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HI Guys,
I am using this test library in my project. And i have used calendar view in my 
project. I want to change date in calendar view. But i can not change date. I 
have tried this to set date :
Espresso.onData(Matchers.allOf(Matchers.is(Matchers.instanceOf(Long.class)), 
Matchers.is(1407816000000)))
                .perform(ViewActions.click());
Thanks.

Original issue reported on code.google.com by shail...@vxtindia.com on 20 Dec 2013 at 12:15

GoogleCodeExporter commented 9 years ago
There's not enough information here to know for sure, but it's unlikely that 
this is an Espresso bug. Feel free to email android-test-kit-discuss@gmail.com 
and make sure to include the full exception message.

Original comment by vale...@google.com on 2 Jan 2014 at 9:24