public final class EitherMatchers extends Object
| Modifier and Type | Method and Description |
|---|---|
static <L> org.hamcrest.Matcher<Either<L,?>> |
isLeft(org.hamcrest.Matcher<? super L> subMatcher) |
static <R> org.hamcrest.Matcher<Either<?,R>> |
isRight(org.hamcrest.Matcher<? super R> subMatcher) |
Copyright © 2017 Atlassian. All rights reserved.