Class ReflectionEquals<T>

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

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

      • ReflectionEquals

        public ReflectionEquals​(T deploymentInProgress,
                                String... ignoreFields)
      • ReflectionEquals

        public ReflectionEquals​(T deploymentInProgress)
    • Method Detail

      • matchesSafely

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

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