Class StatsMatcher

java.lang.Object
org.hamcrest.BaseMatcher<Stats>
com.atlassian.bamboo.matcher.statistics.StatsMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<Stats>, org.hamcrest.SelfDescribing

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

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