- increment(String, int) - Method in class org.ametiste.metrics.mock.aggregator.MockMetricsAggregator
-
If this method is used after verify chain started, IllegalArgumentException is thrown
- increment(String, int) - Method in class org.ametiste.metrics.mock.MockMetricsService
-
If this method is used after verify chain started, IllegalArgumentException is thrown
- increment() - Method in class org.ametiste.metrics.mock.MockMetricsVerifier
-
Verifies metric with requested name was registered as incremental one, without check number
of calls and values.
- increment(int) - Method in class org.ametiste.metrics.mock.MockMetricsVerifier
-
Verifies metric with requested name was registered as incremental one, with definite
number of calls, not checking values registered.
- increment(List<Long>) - Method in class org.ametiste.metrics.mock.MockMetricsVerifier
-
Verifies metric with requested name was registered as incremental one, with definite
number of calls, with list of values provided.