Package org.eclipse.microprofile.lra.tck
Class TckContextTests
java.lang.Object
org.eclipse.microprofile.lra.tck.TckTestBase
org.eclipse.microprofile.lra.tck.TckContextTests
test that Compensate, Complete, Status, Forget and Leave annotations work without an LRA annotation test that
resource methods that make outgoing requests do not modify the current context when they return
-
Field Summary
Fields inherited from class org.eclipse.microprofile.lra.tck.TckTestBase
testName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.microprofile.lra.tck.TckTestBase
after
-
Constructor Details
-
TckContextTests
public TckContextTests()
-
-
Method Details
-
deploy
@Deployment(name="TckContextTests") public static org.jboss.shrinkwrap.api.spec.WebArchive deploy() -
before
public void before()- Overrides:
beforein classTckTestBase
-
testBasicContextPropagation
public void testBasicContextPropagation() -
testStatus
public void testStatus() -
testLeave
public void testLeave() -
testForget
public void testForget() -
testParentContextAvailable
public void testParentContextAvailable() -
testForgetCalledForNestedParticipantsWhenParentIsClosed
public void testForgetCalledForNestedParticipantsWhenParentIsClosed() -
testContextAfterRemoteCalls
public void testContextAfterRemoteCalls() -
testAsync1Support
public void testAsync1Support() -
testAsync2Support
public void testAsync2Support() -
testAsync3Support
public void testAsync3Support() -
testAfterLRAEnlistmentDuringClosingPhase
public void testAfterLRAEnlistmentDuringClosingPhase()
-