Class ConcreteExtendedTimedBeanTest
- java.lang.Object
-
- org.eclipse.microprofile.metrics.tck.metrics.ConcreteExtendedTimedBeanTest
-
public class ConcreteExtendedTimedBeanTest extends Object
-
-
Constructor Summary
Constructors Constructor Description ConcreteExtendedTimedBeanTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
callExtendedTimedMethodOnce(MetricRegistry registry)
void
callTimedMethodOnce(MetricRegistry registry)
void
extendedTimedMethodNotCalledYet(MetricRegistry registry)
void
instantiateTest()
void
timedMethodNotCalledYet(MetricRegistry registry)
-
-
-
Method Detail
-
instantiateTest
public void instantiateTest()
-
timedMethodNotCalledYet
@InSequence(1) public void timedMethodNotCalledYet(MetricRegistry registry)
-
extendedTimedMethodNotCalledYet
@InSequence(2) public void extendedTimedMethodNotCalledYet(MetricRegistry registry)
-
callTimedMethodOnce
@InSequence(3) public void callTimedMethodOnce(MetricRegistry registry)
-
callExtendedTimedMethodOnce
@InSequence(4) public void callExtendedTimedMethodOnce(MetricRegistry registry)
-
-