UNPKG

pip-services3-components-node

Version:
15 lines (14 loc) 333 B
import { Factory } from '../build/Factory'; /** * Creates test components by their descriptors. * * @see [[Factory]] * @see [[Shutdown]] */ export declare class DefaultTestFactory extends Factory { private static readonly ShutdownDescriptor; /** * Create a new instance of the factory. */ constructor(); }