Uses of Class
software.amazon.lambda.durable.testing.TestResult
Packages that use TestResult
Package
Description
-
Uses of TestResult in software.amazon.lambda.durable.testing
Methods in software.amazon.lambda.durable.testing that return TestResultModifier and TypeMethodDescriptionAsyncExecution.pollUntilComplete()Poll until execution completes and return the final result.Invokes the Lambda function, polls execution history until completion, and returns the result.Run a single invocation (may return PENDING if waiting/retrying).CloudDurableTestRunner.runUntilComplete(I input) Invokes the Lambda function, polls execution history until completion, and returns the result.LocalDurableTestRunner.runUntilComplete(I input) Run until completion (SUCCEEDED or FAILED) or pending manual intervention, simulating Lambda re-invocations. -
Uses of TestResult in software.amazon.lambda.durable.testing.cloud
Methods in software.amazon.lambda.durable.testing.cloud that return TestResultModifier and TypeMethodDescription<O> TestResult<O>HistoryEventProcessor.processEvents(List<software.amazon.awssdk.services.lambda.model.Event> events, TypeToken<O> outputType, SerDes serDes) Processes a list of execution history events into a structuredTestResult. -
Uses of TestResult in software.amazon.lambda.durable.testing.local
Methods in software.amazon.lambda.durable.testing.local that return TestResultModifier and TypeMethodDescription<O> TestResult<O>LocalMemoryExecutionClient.toTestResult(DurableExecutionOutput output, TypeToken<O> resultType, SerDes serDes) Build TestResult from current state.