Skip to content

Template Element Page

Nico Küchler edited this page Mar 28, 2016 · 15 revisions

Since Espresso Macchiato X.X

Checks and assertions for a .. initial short description and important notes ..

This element inherited all actions and checks from [EspView](Element EspView).

# Match view

EspXxx.byId(int)

Since Espresso Macchiato X.X

Create element with base matcher for given id.

EspXxx(int resourceId)

Since Espresso Macchiato X.X

Create element with base matcher for given id.

EspXxx(Matcher base)

Since Espresso Macchiato X.X

Create element with custom base matcher. This may be a single matcher or any collections like Hamcrest allOf(Matcher)

# Element actions

For more actions see also [EspView](Element EspView#element-actions).

action xxx

Since Espresso Macchiato X.X

Perform ... description

See also

# Element assertions

For more assertions see also [EspView](Element EspView#element-assertions).

assert xxx

Since Espresso Macchiato X.X

Check ... description

See also