Functions
Link copied to clipboard
fun <I> forTesting(input: I, id: JobId = JobId.random(), typeName: String = "test", tags: Set<String> = emptySet(), runAttemptCount: Int = 0, progressReporter: ProgressReporter = ProgressReporter { }): JobExecution<I>
Creates an instance for testing a worker without a scheduler.