UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

11 lines 921 B
import { TestRunner } from '@stryker-mutator/api/test-runner'; import { FileDescriptions, StrykerOptions } from '@stryker-mutator/api/core'; import { LoggerFactoryMethod } from '@stryker-mutator/api/logging'; import { LoggingServerAddress } from '../logging/index.js'; import { Sandbox } from '../sandbox/sandbox.js'; import { IdGenerator } from '../child-proxy/id-generator.js'; export declare function createTestRunnerFactory(options: StrykerOptions, fileDescriptions: FileDescriptions, sandbox: Pick<Sandbox, 'workingDirectory'>, loggingServerAddress: LoggingServerAddress, getLogger: LoggerFactoryMethod, pluginModulePaths: readonly string[], idGenerator: IdGenerator): () => TestRunner; export declare namespace createTestRunnerFactory { var inject: ["options", "fileDescriptions", "sandbox", "loggingServerAddress", "getLogger", "pluginModulePaths", "worker-id-generator"]; } //# sourceMappingURL=index.d.ts.map