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