| Package | Description |
|---|---|
| org.apache.flink.metrics.testutils |
| Modifier and Type | Method and Description |
|---|---|
static <T> MetricAssertions.GaugeAssert<T> |
MetricAssertions.assertThatGauge(org.apache.flink.metrics.Metric actual) |
MetricAssertions.GaugeAssert<T> |
MetricAssertions.GaugeAssert.isCloseTo(long value,
long epsilon)
Verifies that the gauges value is close to the expected value within a certain deviation.
|
MetricAssertions.GaugeAssert<T> |
MetricAssertions.GaugeAssert.isEqualTo(Object expected)
Verifies that the gauges value is equal to the expected one.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.