public class CustomMatchers extends Object
| Constructor and Description |
|---|
CustomMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<InBrowser> |
hasElement(Path el) |
static HasElements |
hasElements(Path path) |
static org.hamcrest.Matcher<InBrowser> |
hasNoElement(Path el) |
static org.hamcrest.Matcher<Path> |
isAbsentFrom(InBrowser browser) |
static org.hamcrest.Matcher<BasicPath> |
isDisplayedIn(InBrowser browser) |
static org.hamcrest.Matcher<Path> |
isEnabledIn(InBrowser browser) |
static IsPresent |
isPresent() |
static IsPresentNTimes |
isPresent(int nTimes) |
static org.hamcrest.Matcher<Path> |
isPresentIn(InBrowser browser) |
static org.hamcrest.Matcher<Path> |
isSelectedIn(InBrowser browser) |
public static IsPresentNTimes isPresent(int nTimes)
public static IsPresent isPresent()
public static HasElements hasElements(Path path)
Copyright © 2016. All rights reserved.