Class StatsMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<Stats>
-
- com.atlassian.bamboo.matcher.statistics.StatsMatcher
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
static @NotNull StatsMatcher
equalToWithPrecision(@NotNull Stats expectedStats, double precision)
boolean
matches(Object item)
-
-
-
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)
-
-