- setActivityImplementations(Object...) - Method in class io.temporal.testing.TestActivityExtension.Builder
-
Specify activity implementations to register with the Temporal worker
- setActivityImplementations(Object...) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Specify activity implementations to register with the Temporal worker
- setDoNotStart(boolean) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
When set to true the TestWorkflowEnvironment.start()
is not called by the extension
before executing the test.
- setNamespace(String) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Set Temporal namespace to use for tests, by default, UnitTest
is used.
- setTestEnvironmentOptions(TestEnvironmentOptions) - Method in class io.temporal.testing.TestActivityExtension.Builder
-
- setWorkerOptions(WorkerOptions) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
- setWorkflowClientOptions(WorkflowClientOptions) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Override WorkflowClientOptions
for test environment.
- setWorkflowTypes(Class<?>...) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Specify workflow implementation types to register with the Temporal worker.
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.temporal.testing.TestActivityExtension
-
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.temporal.testing.TestWorkflowExtension
-