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
InterruptedException
TimeoutException
@InSequence(value=4) public void removeCounterFromRegistry()
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.