Class GaugeTagMethodBeanTest
- java.lang.Object
-
- org.eclipse.microprofile.metrics.tck.tags.GaugeTagMethodBeanTest
-
public class GaugeTagMethodBeanTest extends Object
-
-
Constructor Summary
Constructors Constructor Description GaugeTagMethodBeanTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
callGaugeTagAfterSetterCall()
static org.jboss.shrinkwrap.api.Archive<?>
createTestArchive()
void
gaugeTagCalledWithDefaultValue()
void
instantiateApplicationScopedBean()
-
-
-
Method Detail
-
createTestArchive
@Deployment public static org.jboss.shrinkwrap.api.Archive<?> createTestArchive()
-
instantiateApplicationScopedBean
public void instantiateApplicationScopedBean()
-
gaugeTagCalledWithDefaultValue
@InSequence(1) public void gaugeTagCalledWithDefaultValue()
-
callGaugeTagAfterSetterCall
@InSequence(2) public void callGaugeTagAfterSetterCall()
-
-