Class GaugeMethodBeanTest
java.lang.Object
org.eclipse.microprofile.metrics.tck.metrics.GaugeMethodBeanTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic org.jboss.shrinkwrap.api.Archive<?>voidvoid
-
Constructor Details
-
GaugeMethodBeanTest
public GaugeMethodBeanTest()
-
-
Method Details
-
createTestArchive
@Deployment public static org.jboss.shrinkwrap.api.Archive<?> createTestArchive() -
instantiateApplicationScopedBeanAndTest
public void instantiateApplicationScopedBeanAndTest() -
gaugeCalledWithDefaultValue
@InSequence(1) public void gaugeCalledWithDefaultValue() -
callGaugeAfterSetterCall
@InSequence(2) public void callGaugeAfterSetterCall()
-