Class BulkheadMetricTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest
- All Implemented Interfaces:
org.testng.IHookable
,org.testng.ITestNGListener
public class BulkheadMetricTest
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 TypeMethodDescriptionvoid
void
void
void
void
Ensure that any waiting futures get completed at the end of each teststatic org.jboss.shrinkwrap.api.spec.WebArchive
deploy()
Methods inherited from class org.jboss.arquillian.testng.Arquillian
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run
-
Constructor Details
-
BulkheadMetricTest
public BulkheadMetricTest()
-
-
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
-