public class ConcreteTimedBeanTest extends Object
| Constructor and Description |
|---|
ConcreteTimedBeanTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
callExtendedTimedMethodOnce(MetricRegistry registry) |
void |
callTimedMethodOnce(MetricRegistry registry) |
void |
extendedTimedMethodNotCalledYet(MetricRegistry registry) |
void |
instantiateTest() |
void |
timedMethodNotCalledYet(MetricRegistry registry) |
public void instantiateTest()
@InSequence(value=1) public void timedMethodNotCalledYet(MetricRegistry registry)
@InSequence(value=2) public void extendedTimedMethodNotCalledYet(MetricRegistry registry)
@InSequence(value=3) public void callTimedMethodOnce(MetricRegistry registry)
@InSequence(value=4) public void callExtendedTimedMethodOnce(MetricRegistry registry)
Copyright © 2020 Eclipse Foundation. All rights reserved.