Class IsDeploymentVersionStatusEq<T extends InternalDeploymentVersionStatus>

  • All Implemented Interfaces:
    org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing

    public class IsDeploymentVersionStatusEq<T extends InternalDeploymentVersionStatus>
    extends org.hamcrest.TypeSafeMatcher<T>
    • Method Detail

      • matchesSafely

        protected boolean matchesSafely​(T item)
        Specified by:
        matchesSafely in class org.hamcrest.TypeSafeMatcher<T extends InternalDeploymentVersionStatus>
      • describeTo

        public void describeTo​(org.hamcrest.Description description)
      • equalToDeploymentVersionStatus

        public static <T extends InternalDeploymentVersionStatus> org.hamcrest.Matcher<T> equalToDeploymentVersionStatus​(@NotNull
                                                                                                                         T reference)