Class AbortedExceptionTests
java.lang.Object
ee.jakarta.tck.concurrent.api.AbortedException.AbortedExceptionTests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
static org.jboss.shrinkwrap.api.spec.WebArchive
-
Constructor Details
-
AbortedExceptionTests
public AbortedExceptionTests()
-
-
Method Details
-
createDeployment
@Deployment(name="AbortedExceptionTests") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() -
abortedExceptionNoArgTest
public void abortedExceptionNoArgTest() -
abortedExceptionStringTest
public void abortedExceptionStringTest() -
abortedExceptionThrowableTest
public void abortedExceptionThrowableTest() -
abortedExceptionStringThrowableTest
public void abortedExceptionStringThrowableTest()
-