Package | Description |
---|---|
org.hamcrest | |
org.hamcrest.core |
Fundamental matchers of objects and values, and composite matchers.
|
Modifier and Type | Method and Description |
---|---|
static <LHS> CombinableMatcher.CombinableEitherMatcher<LHS> |
Matchers.either(Matcher<? super LHS> matcher)
Creates a matcher that matches when either of the specified matchers match the examined object.
|
static <LHS> CombinableMatcher.CombinableEitherMatcher<LHS> |
CoreMatchers.either(Matcher<? super LHS> matcher)
Creates a matcher that matches when either of the specified matchers match the examined object.
|
Modifier and Type | Method and Description |
---|---|
static <LHS> CombinableMatcher.CombinableEitherMatcher<LHS> |
CombinableMatcher.either(Matcher<? super LHS> matcher)
Creates a matcher that matches when either of the specified matchers match the examined object.
|
Copyright © 2020. All rights reserved.