public class ConcurrentGaugedMethodBeanTest extends Object
| Constructor and Description |
|---|
ConcurrentGaugedMethodBeanTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
callCountedMethodOnce() |
void |
countedMethodNotCalledYet() |
void |
instantiateTest() |
void |
metricInjectionIntoTest(ConcurrentGauge instance) |
void |
removeCounterFromRegistry() |
public void instantiateTest()
@InSequence(value=1) public void countedMethodNotCalledYet()
@InSequence(value=2) public void metricInjectionIntoTest(ConcurrentGauge instance)
@InSequence(value=3)
public void callCountedMethodOnce()
throws InterruptedException,
TimeoutException
InterruptedExceptionTimeoutException@InSequence(value=4) public void removeCounterFromRegistry()
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.