Class IsDeploymentVersionEq<T extends InternalDeploymentVersion>

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

    public class IsDeploymentVersionEq<T extends InternalDeploymentVersion>
    extends org.hamcrest.TypeSafeMatcher<T>
    • Method Detail

      • matchesSafely

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

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

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