public class ConcurrentGaugeTest extends Object
| Constructor and Description |
|---|
ConcurrentGaugeTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
void |
decrementTest() |
void |
getCountTest() |
void |
incrementTest() |
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
@InSequence(value=1) public void getCountTest()
@InSequence(value=2) public void incrementTest()
@InSequence(value=3) public void decrementTest()
Copyright © 2020 Eclipse Foundation. All rights reserved.