public class CountedMethodBeanTest extends Object
| Constructor and Description |
|---|
CountedMethodBeanTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
callCountedMethodOnce() |
void |
countedMethodNotCalledYet() |
void |
instantiateTest() |
void |
metricInjectionIntoTest(Counter instance) |
void |
removeCounterFromRegistry() |
public void instantiateTest()
@InSequence(value=1) public void countedMethodNotCalledYet()
@InSequence(value=2) public void metricInjectionIntoTest(Counter instance)
@InSequence(value=3)
public void callCountedMethodOnce()
throws InterruptedException,
TimeoutException
InterruptedExceptionTimeoutException@InSequence(value=4) public void removeCounterFromRegistry()
Copyright © 2020 Eclipse Foundation. All rights reserved.