public class CustomMatchers extends Object
| Constructor and Description |
|---|
CustomMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Path> |
isAbsent() |
static org.hamcrest.Matcher<BasicPath> |
isDisplayed() |
static org.hamcrest.Matcher<Path> |
isEnabled() |
static org.hamcrest.Matcher<Path> |
isPresent() |
static IsPresentNTimes |
isPresent(int nTimes) |
static org.hamcrest.Matcher<Path> |
isSelected() |
public static IsPresentNTimes isPresent(int nTimes)
public static org.hamcrest.Matcher<Path> isPresent()
public static org.hamcrest.Matcher<BasicPath> isDisplayed()
public static org.hamcrest.Matcher<Path> isSelected()
public static org.hamcrest.Matcher<Path> isEnabled()
public static org.hamcrest.Matcher<Path> isAbsent()
Copyright © 2017. All rights reserved.