-

   rss_rss_hh_new

 - e-mail

 

 -

 LiveInternet.ru:
: 17.03.2011
:
:
: 51

:


Kakao UI

, 09 2017 . 14:07 +
image

Agoda . .

, Android . Google Espresso , UI . , . , , , . :

@Test
public void espressoTest() {
  onView(allOf(allOf(withId(R.id.label_bf_hotelname), 
        isDescendantOfA(withId(R.id.custom_view_trip_review))), 
        isDescendantOfA(withId(R.id.contentView))))
        .check(matches(withEffectiveVisibility(View.VISIBLE)));
}

. 1000 UI Android . Google Kotlin Android Google I/O 2017. : Kotlin!

Java Kotlin , Espresso. , Kotlin DSL. , UI Kotlin'. , :

@Test
fun espressoTest() {
  screen { hotelName { isVisible() } }
}

, ? , Espresso. . ? !
->

https://habrahabr.ru/post/339664/

:  

: [1] []
 

:
: 

: ( )

:

  URL