Class IsDeploymentResultEq<T extends InternalDeploymentResult>

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

    public class IsDeploymentResultEq<T extends InternalDeploymentResult>
    extends org.hamcrest.TypeSafeMatcher<T>
    • Constructor Detail

      • IsDeploymentResultEq

        public IsDeploymentResultEq​(@NotNull
                                    T reference)
    • Method Detail

      • 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)