public class ReusedMetricsTest extends Object
Constructor and Description |
---|
ReusedMetricsTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
void |
setA() |
void |
setB() |
static void |
setup() |
void |
testSharedCounter() |
void |
testSharedCounterAgain() |
public static void setup() throws MalformedURLException
MalformedURLException
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
@InSequence(value=1) public void setA()
@RunAsClient @InSequence(value=2) public void testSharedCounter()
@InSequence(value=3) public void setB()
@RunAsClient @InSequence(value=4) public void testSharedCounterAgain()
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.