Class TimerInjectionBeanTest
- java.lang.Object
-
- org.eclipse.microprofile.metrics.tck.cdi.TimerInjectionBeanTest
-
public class TimerInjectionBeanTest extends Object
-
-
Constructor Summary
Constructors Constructor Description TimerInjectionBeanTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
callTimedMethodOnce()
void
timedMethodNotCalledYet()
-
-
-
Method Detail
-
timedMethodNotCalledYet
@InSequence(1) public void timedMethodNotCalledYet()
-
callTimedMethodOnce
@InSequence(2) public void callTimedMethodOnce() throws InterruptedException
- Throws:
InterruptedException
-
-