public class TagsTest extends Object
| Constructor and Description |
|---|
TagsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
counterTagsTest() |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
void |
histogramTagsTest() |
void |
illegalMpAppTag() |
void |
illegalMpScopeTag() |
void |
lastTagValueTest() |
void |
nonMatchingTagTest() |
void |
nonMatchingTagTest2() |
void |
nonMatchingTagTest3() |
void |
simpleTagTest() |
void |
timerTagsTest() |
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
@InSequence(value=1) public void simpleTagTest()
@InSequence(value=2) public void lastTagValueTest()
@InSequence(value=3) public void counterTagsTest()
@InSequence(value=4) public void timerTagsTest()
@InSequence(value=5) public void histogramTagsTest()
@InSequence(value=6) public void nonMatchingTagTest()
@InSequence(value=7) public void nonMatchingTagTest2()
@InSequence(value=8) public void nonMatchingTagTest3()
@InSequence(value=9) public void illegalMpScopeTag()
@InSequence(value=10) public void illegalMpAppTag()
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.