Class IsPlanKeyEq<T extends Plan>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<T>
-
- com.atlassian.bamboo.plan.matcher.IsPlanKeyEq<T>
-
- All Implemented Interfaces:
org.hamcrest.Matcher<T>
,org.hamcrest.SelfDescribing
public class IsPlanKeyEq<T extends Plan> extends org.hamcrest.TypeSafeMatcher<T>
-
-
Constructor Summary
Constructors Constructor Description IsPlanKeyEq(@NotNull Plan reference)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
static <T extends Plan>
org.hamcrest.Matcher<T>hasEqualPlanKey(T reference)
protected boolean
matchesSafely(T plan)
-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Constructor Detail
-
IsPlanKeyEq
public IsPlanKeyEq(@NotNull @NotNull Plan reference)
-
-