Class TckContextTests

java.lang.Object
org.eclipse.microprofile.lra.tck.TckTestBase
org.eclipse.microprofile.lra.tck.TckContextTests

public class TckContextTests extends TckTestBase
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
  • 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:
      before in class TckTestBase
    • 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()