Class TagsTest
java.lang.Object
org.eclipse.microprofile.metrics.tck.tags.TagsTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic org.jboss.shrinkwrap.api.spec.WebArchivevoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
TagsTest
public TagsTest()
-
-
Method Details
-
createDeployment
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() -
simpleTagTest
@InSequence(1) public void simpleTagTest() -
lastTagValueTest
@InSequence(2) public void lastTagValueTest() -
counterTagsTest
@InSequence(3) public void counterTagsTest() -
timerTagsTest
@InSequence(4) public void timerTagsTest() -
histogramTagsTest
@InSequence(5) public void histogramTagsTest() -
nonMatchingTagTest
@InSequence(6) public void nonMatchingTagTest() -
nonMatchingTagTest2
@InSequence(7) public void nonMatchingTagTest2() -
nonMatchingTagTest3
@InSequence(8) public void nonMatchingTagTest3() -
illegalMpScopeTag
@InSequence(9) public void illegalMpScopeTag() -
illegalMpAppTag
@InSequence(10) public void illegalMpAppTag()
-