Package io.atlassian.fugue.hamcrest
Class EitherMatchers
- java.lang.Object
-
- io.atlassian.fugue.hamcrest.EitherMatchers
-
public final class EitherMatchers extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classEitherMatchers.LeftMatcher<L>private static classEitherMatchers.RightMatcher<R>
-
Constructor Summary
Constructors Modifier Constructor Description privateEitherMatchers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-