Class MultipleBeanInstancesTest
- java.lang.Object
-
- org.eclipse.microprofile.metrics.test.multipleinstances.MultipleBeanInstancesTest
-
public class MultipleBeanInstancesTest extends Object
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 Constructor Description MultipleBeanInstancesTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.spec.WebArchive
createDeployment()
void
getInstances()
void
testCounter()
void
testTimer()
-