public class BulkheadLifecycleTest
extends org.jboss.arquillian.testng.Arquillian
| Constructor and Description |
|---|
BulkheadLifecycleTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
noSharingBetweenClasses() |
void |
noSharingBetweenClassesWithCommonSuperclass() |
void |
noSharingBetweenMethodsOfOneClass() |
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void noSharingBetweenClasses()
throws InterruptedException,
ExecutionException,
TimeoutException
public void noSharingBetweenClassesWithCommonSuperclass()
throws InterruptedException,
ExecutionException,
TimeoutException
public void noSharingBetweenMethodsOfOneClass()
throws InterruptedException,
ExecutionException,
TimeoutException
Copyright © 2020 Eclipse Foundation. All rights reserved.