Class BulkheadTelemetryTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.fault.tolerance.tck.telemetryMetrics.BulkheadTelemetryTest
- All Implemented Interfaces:
org.testng.IHookable,org.testng.ITestNGListener
public class BulkheadTelemetryTest
extends org.jboss.arquillian.testng.Arquillian
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.arquillian.testng.Arquillian
org.jboss.arquillian.testng.Arquillian.UpdateResultListener -
Field Summary
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidEnsure that any waiting futures get completed at the end of each teststatic org.jboss.shrinkwrap.api.spec.WebArchivedeploy()voidMethods inherited from class org.jboss.arquillian.testng.Arquillian
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run
-
Constructor Details
-
BulkheadTelemetryTest
public BulkheadTelemetryTest()
-
-
Method Details
-
deploy
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy() -
completeWaitingFutures
@AfterMethod public void completeWaitingFutures()Ensure that any waiting futures get completed at the end of each testImportant in case tests end early due to an exception or failure.
-
bulkheadMetricTest
-
bulkheadMetricRejectionTest
public void bulkheadMetricRejectionTest() throws InterruptedException, ExecutionException, TimeoutException -
bulkheadMetricHistogramTest
public void bulkheadMetricHistogramTest() throws InterruptedException, ExecutionException, TimeoutException -
bulkheadMetricAsyncTest
public void bulkheadMetricAsyncTest() throws InterruptedException, ExecutionException, TimeoutException -
testMetricUnits
-