Class IsAuthorEq
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<Author>
-
- com.atlassian.bamboo.matcher.bean.IsAuthorEq
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IsAuthorEq(@NotNull Author reference)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
static org.hamcrest.Matcher<Author>
equalToAuthor(@NotNull Author reference)
boolean
matchesSafely(Author author)
-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Constructor Detail
-
IsAuthorEq
protected IsAuthorEq(@NotNull @NotNull Author reference)
-
-