pip-services3-components-node
Version:
Component definitions for Pip.Services in Node.js
15 lines (14 loc) • 333 B
TypeScript
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();
}