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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
describeTo
(org.hamcrest.Description description) static @NotNull StatsMatcher
equalToWithPrecision
(@NotNull Stats expectedStats, double precision) boolean
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
-
Method Details
-
matches
-
describeTo
public void describeTo(org.hamcrest.Description description) -
equalToWithPrecision
@NotNull public static @NotNull StatsMatcher equalToWithPrecision(@NotNull @NotNull Stats expectedStats, double precision)
-