public class ExpectedValueMatcher extends org.hamcrest.TypeSafeMatcher<BasicStatistics>
| Constructor and Description |
|---|
ExpectedValueMatcher(double expectedValue,
double confidenceLevel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(BasicStatistics stat,
org.hamcrest.Description desc) |
void |
describeTo(org.hamcrest.Description desc) |
protected boolean |
matchesSafely(BasicStatistics stat) |
public ExpectedValueMatcher(double expectedValue,
double confidenceLevel)
protected boolean matchesSafely(BasicStatistics stat)
matchesSafely in class org.hamcrest.TypeSafeMatcher<BasicStatistics>public void describeTo(org.hamcrest.Description desc)
protected void describeMismatchSafely(BasicStatistics stat, org.hamcrest.Description desc)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<BasicStatistics>