Package | Description |
---|---|
org.eclipse.microprofile.fault.tolerance.tck.util |
Modifier and Type | Method and Description |
---|---|
static DurationMatcher |
DurationMatcher.closeTo(Duration target)
Matcher that asserts that a duration is within 100ms of
target |
static DurationMatcher |
DurationMatcher.closeTo(Duration target,
Duration margin)
Matcher that asserts that a duration is within
margin of target |
Copyright © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.