- TCK_CONTEXT_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
-
- TCK_LRA_TYPE_INTERFACE_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
-
- TCK_LRA_TYPE_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
-
- TCK_LRA_TYPE_SUPERCLASS_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
-
- TCK_NON_PARTICIPANT_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
-
- TCK_PARTICIPANT_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
-
- TckCancelOnTests - Class in org.eclipse.microprofile.lra.tck
-
- TckCancelOnTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckCancelOnTests
-
- TckContextTests - Class in org.eclipse.microprofile.lra.tck
-
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
- TckContextTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckContextTests
-
- TckInvalidSignaturesTests - Class in org.eclipse.microprofile.lra.tck
-
TCK that verifies that invalid non-JAX-RS participant method signatures are reported during deployment
- TckInvalidSignaturesTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
-
- TckLRATypeTests - Class in org.eclipse.microprofile.lra.tck
-
Tests that validate that the implementation of the LRA.Type
attribute is correct
- TckLRATypeTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckLRATypeTests
-
- TckParticipantTests - Class in org.eclipse.microprofile.lra.tck
-
TCK to verify that valid non-JAX-RS participant method signatures are respected
- TckParticipantTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckParticipantTests
-
- TckRecoveryTests - Class in org.eclipse.microprofile.lra.tck
-
Tests for the recovery of failed LRA services.
- TckRecoveryTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckRecoveryTests
-
- TckTestBase - Class in org.eclipse.microprofile.lra.tck
-
Base testsuite class for in-container tests.
- TckTestBase() - Constructor for class org.eclipse.microprofile.lra.tck.TckTestBase
-
- TckTests - Class in org.eclipse.microprofile.lra.tck
-
- TckTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckTests
-
- TckUnknownStatusTests - Class in org.eclipse.microprofile.lra.tck
-
TCK Tests related to the 410 status code handling.
- TckUnknownStatusTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckUnknownStatusTests
-
- TckUnknownTests - Class in org.eclipse.microprofile.lra.tck
-
TCK Tests related to the 410 status code handling.
- TckUnknownTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckUnknownTests
-
- testAfterLRAEnlistmentDuringClosingPhase() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- testAfterLRAListener() - Method in class org.eclipse.microprofile.lra.tck.TckTests
-
TCK test to verify that methods annotated with
AfterLRA
are notified correctly when an LRA terminates
- testAfterLRAParticipant() - Method in class org.eclipse.microprofile.lra.tck.TckTests
-
TCK test to verify that methods annotated with
AfterLRA
are notified correctly when an LRA terminates
- testAsync1Support() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- testAsync2Support() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- testAsync3Support() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- testBasicContextPropagation() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- testCancelWhenParticipantIsRestarted(URL) - Method in class org.eclipse.microprofile.lra.tck.TckRecoveryTests
-
This test verifies that if the microservice application fails after
it enlists with a LRA and then it is restarted again the Compensate
callbacks are still received correctly.
- testCancelWhenParticipantIsUnavailable(URL) - Method in class org.eclipse.microprofile.lra.tck.TckRecoveryTests
-
This test verifies that if the microservice application which
enlisted with the LRA fails and the LRA is ended during the time
the service is still down, the Compensate callbacks are received
when the microservice application is started again.
- testContextAfterRemoteCalls() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- testForget() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- testForgetCalledForNestedParticipantsWhenParentIsClosed() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- testLeave() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- testName - Variable in class org.eclipse.microprofile.lra.tck.TckRecoveryTests
-
- testName - Variable in class org.eclipse.microprofile.lra.tck.TckTestBase
-
- testNonJaxRsCompletionStageResponseAndParticipantStatus() - Method in class org.eclipse.microprofile.lra.tck.TckParticipantTests
-
- testNonJaxRsCompletionStageVoid() - Method in class org.eclipse.microprofile.lra.tck.TckParticipantTests
-
Test verifies
CompletionStage
parametrized with
Void
as valid non-JAX-RS participant method return type
- testParentContextAvailable() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- testStatus() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
-
- TIME_LIMIT - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
-
- TIME_LIMIT_HALF_SEC - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
-
- timeLimit(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
-
- timeLimit() - Method in class org.eclipse.microprofile.lra.tck.TckTests
-
- timeLimitTest2(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
-
Starts an LRA with the time limit and verifies that after the timelimit is passed the
LRA is finished by the invocation to a mandatory LRA endpoint (which should fail with 412)
- timeLimitWithPreConditionFailed() - Method in class org.eclipse.microprofile.lra.tck.TckTests
-
Service A - Timeout 500 ms
Service B - Type.MANDATORY
Service A calls Service B after it has waited 1 sec.
- tooManyArgsInParticipantMethodTest() - Method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
-
Verify that too many arguments (more than 2) in partcipant method are detected
- TooManyArgsParticipant - Class in org.eclipse.microprofile.lra.tck.participant.nonjaxrs
-
TCK invalid LRA participant containing too many arguments in the participant method signature
used for verification of deployment time invalid signature detection and error report in
TckInvalidSignaturesTests
.
- TooManyArgsParticipant() - Constructor for class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.TooManyArgsParticipant
-
- toString() - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
-
- TRANSACTIONAL_WORK_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
-
- TRANSACTIONAL_WORK_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource
-
- TRANSACTIONAL_WORK_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownStatusResource
-