Class StatsMatcher

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

    public class StatsMatcher
    extends org.hamcrest.BaseMatcher<Stats>
    • Method Detail

      • matches

        public boolean matches​(Object item)
      • describeTo

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

        @NotNull
        public static @NotNull StatsMatcher equalToWithPrecision​(@NotNull
                                                                 @NotNull Stats expectedStats,
                                                                 double precision)