Skip navigation links
A B I N R S T U 

A

afterEach(ExtensionContext) - Method in class io.temporal.testing.TestActivityExtension
 
afterEach(ExtensionContext) - Method in class io.temporal.testing.TestWorkflowExtension
 

B

beforeEach(ExtensionContext) - Method in class io.temporal.testing.TestActivityExtension
 
beforeEach(ExtensionContext) - Method in class io.temporal.testing.TestWorkflowExtension
 
build() - Method in class io.temporal.testing.TestActivityExtension.Builder
 
build() - Method in class io.temporal.testing.TestWorkflowExtension.Builder
 

I

io.temporal.testing - package io.temporal.testing
 

N

newBuilder() - Static method in class io.temporal.testing.TestActivityExtension
 
newBuilder() - Static method in class io.temporal.testing.TestWorkflowExtension
 

R

resolveParameter(ParameterContext, ExtensionContext) - Method in class io.temporal.testing.TestActivityExtension
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class io.temporal.testing.TestWorkflowExtension
 

S

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
 

T

TestActivityExtension - Class in io.temporal.testing
JUnit Jupiter extension that simplifies testing of Temporal activities and supports calls to io.temporal.activity.Activity methods from the tested activities.
TestActivityExtension.Builder - Class in io.temporal.testing
 
testFailed(ExtensionContext, Throwable) - Method in class io.temporal.testing.TestWorkflowExtension
 
TestWorkflowExtension - Class in io.temporal.testing
JUnit Jupiter extension that simplifies testing of Temporal workflows.
TestWorkflowExtension.Builder - Class in io.temporal.testing
 

U

useExternalService() - Method in class io.temporal.testing.TestWorkflowExtension.Builder
Switches to external Temporal service implementation with default endpoint of 127.0.0.1:7233.
useExternalService(String) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
Switches to external Temporal service implementation.
useInternalService() - Method in class io.temporal.testing.TestWorkflowExtension.Builder
Switches to internal in-memory Temporal service implementation (default).
A B I N R S T U 
Skip navigation links