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 Details

    • IsDeploymentResultEq

      public IsDeploymentResultEq(@NotNull T reference)
  • Method Details

    • matchesSafely

      protected boolean matchesSafely(T item)
      Specified by:
      matchesSafely in class org.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)