Uses of Class
software.amazon.lambda.durable.testing.TestOperation
Packages that use TestOperation
-
Uses of TestOperation in software.amazon.lambda.durable.testing
Methods in software.amazon.lambda.durable.testing that return TestOperationModifier and TypeMethodDescriptionAsyncExecution.getOperation(String name) Get details for a specific operation.CloudDurableTestRunner.getOperation(String name) Returns theTestOperationfor the given name from the last execution result.LocalDurableTestRunner.getOperation(String name) Returns theTestOperationfor the given operation name, or null if not found.TestResult.getOperation(String name) Returns theTestOperationwith the given name, or null if not found.Methods in software.amazon.lambda.durable.testing that return types with arguments of type TestOperationModifier and TypeMethodDescriptionTestResult.getFailedOperations()Returns all operations that failed, were cancelled, timed out, or stopped.AsyncExecution.getOperations()Get all operations in the execution.TestResult.getOperations()Returns all operations from the execution.TestResult.getSucceededOperations()Returns all operations that completed successfully.