Class MultipleBeanInstancesTest
java.lang.Object
org.eclipse.microprofile.metrics.test.multipleinstances.MultipleBeanInstancesTest
Validate that when metrics are used on beans that create multiple instances, the metric usages are merged over all
instances of that bean.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchivevoidvoidvoid
-
Constructor Details
-
MultipleBeanInstancesTest
public MultipleBeanInstancesTest()
-
-
Method Details
-
createDeployment
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() -
getInstances
public void getInstances() -
testCounter
public void testCounter() -
testTimer
public void testTimer()
-