[
https://issues.apache.org/jira/browse/GEODE-7063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904030#comment-16904030
]
ASF subversion and git services commented on GEODE-7063:
--------------------------------------------------------
Commit 50c2699c052028f4520f53f408c5fccc75176da5 in geode's branch
refs/heads/develop from Dale Emery
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=50c2699 ]
GEODE-7063: Add basic assertions for meters (#3896)
- MeterAssert for assertions common to all meters (assertions about
name, tags, and base unit)
- CounterAssert for assertions about Counters (count)
- GaugeAssert for assertions about Gauges (value)
- TimerAssert for assertions about Timers (count, total time)
The assertions for counters, gauges, and timers each take a Condition<T>
that evaluates the relevant value.
> Add AssertJ assertions for Micrometer meters
> --------------------------------------------
>
> Key: GEODE-7063
> URL: https://issues.apache.org/jira/browse/GEODE-7063
> Project: Geode
> Issue Type: New Feature
> Reporter: Dale Emery
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Add basic AssertJ assertions for currently used Micrometer meter types and
> features.
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)