You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Locate a ``TestCounter`` created by the ``TestMetrics`` factory identified by the passed in ``label`` and ``dimensions``, and return it for further executing assertions.
157
+
///
158
+
/// - Parameters:
159
+
/// - label: the expected label the looked for metric should have
160
+
/// - dimensions: the expected dimensions the looked for metric should have
161
+
/// - Returns: the underlying ``TestMetric``
162
+
/// - Throws: when no such test metric was present
/// Locate a ``TestRecorder`` created by the ``TestMetrics`` factory identified by the passed in ``label`` and ``dimensions``, and return it for further executing assertions.
184
+
///
185
+
/// - Parameters:
186
+
/// - label: the expected label the looked for metric should have
187
+
/// - dimensions: the expected dimensions the looked for metric should have
188
+
/// - Returns: the underlying ``TestRecorder``
189
+
/// - Throws: when no such test metric was present
/// Locate a ``TestRecorder`` created by the ``TestMetrics`` factory identified by the passed in ``label`` and ``dimensions``, and return it for further executing assertions.
206
+
///
207
+
/// - Parameters:
208
+
/// - label: the expected label the looked for metric should have
209
+
/// - dimensions: the expected dimensions the looked for metric should have
210
+
/// - Returns: the underlying ``TestRecorder``
211
+
/// - Throws: when no such test metric was present
/// Locate a ``TestTimer`` created by the ``TestMetrics`` factory identified by the passed in ``label`` and ``dimensions``, and return it for further executing assertions.
237
+
///
238
+
/// - Parameters:
239
+
/// - label: the expected label the looked for metric should have
240
+
/// - dimensions: the expected dimensions the looked for metric should have
241
+
/// - Returns: the underlying ``TestTimer``
242
+
/// - Throws: when no such test metric was present
0 commit comments