Class IsDeploymentResultEq<T extends InternalDeploymentResult>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<T>
-
- com.atlassian.bamboo.deployments.results.matcher.IsDeploymentResultEq<T>
-
- All Implemented Interfaces:
org.hamcrest.Matcher<T>
,org.hamcrest.SelfDescribing
public class IsDeploymentResultEq<T extends InternalDeploymentResult> extends org.hamcrest.TypeSafeMatcher<T>
-
-
Constructor Summary
Constructors Constructor Description IsDeploymentResultEq(T 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 InternalDeploymentResult>
org.hamcrest.Matcher<T>equalToDeploymentResult(T reference)
protected boolean
matchesSafely(T item)
-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Constructor Detail
-
IsDeploymentResultEq
public IsDeploymentResultEq(@NotNull T reference)
-
-
Method Detail
-
matchesSafely
protected boolean matchesSafely(T item)
- Specified by:
matchesSafely
in classorg.hamcrest.TypeSafeMatcher<T extends InternalDeploymentResult>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
equalToDeploymentResult
public static <T extends InternalDeploymentResult> org.hamcrest.Matcher<T> equalToDeploymentResult(@NotNull T reference)
-
-