Class MetricRegistryTest
java.lang.Object
org.eclipse.microprofile.metrics.tck.MetricRegistryTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchivevoidnameTest()voidvoidvoidvoidvoid
-
Constructor Details
-
MetricRegistryTest
public MetricRegistryTest()
-
-
Method Details
-
createDeployment
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() -
nameTest
@InSequence(1) public void nameTest() -
removeTest
@InSequence(3) public void removeTest() -
useExistingMetaDataTest
@InSequence(4) public void useExistingMetaDataTest() -
testMetricRegistryScope
@InSequence(5) public void testMetricRegistryScope() -
testMetricRegistryScopeDeprecatedRegistryType
@InSequence(6) public void testMetricRegistryScopeDeprecatedRegistryType() -
testMetricRegistryEquivalence
@InSequence(7) public void testMetricRegistryEquivalence()
-