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