Class GaugeMethodBeanTest
- java.lang.Object
-
- org.eclipse.microprofile.metrics.tck.metrics.GaugeMethodBeanTest
-
public class GaugeMethodBeanTest extends Object
-
-
Constructor Summary
Constructors Constructor Description GaugeMethodBeanTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
callGaugeAfterSetterCall()
static org.jboss.shrinkwrap.api.Archive<?>
createTestArchive()
void
gaugeCalledWithDefaultValue()
void
instantiateApplicationScopedBeanAndTest()
-
-
-
Method Detail
-
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()
-
-