JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.qameta.allure.metric
Interface Metric
All Known Implementing Classes:
StatusMetric
,
TimeMetric
public interface
Metric
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
MetricLine
>
getLines
()
void
update
(
TestResult
testResult)
Method Details
update
void
update
(
TestResult
testResult)
getLines
List
<
MetricLine
>
getLines
()