UNPKG

333 BTypeScriptView Raw
1import { Factory } from '../build/Factory';
2/**
3 * Creates test components by their descriptors.
4 *
5 * @see [[Factory]]
6 * @see [[Shutdown]]
7 */
8export declare class DefaultTestFactory extends Factory {
9 private static readonly ShutdownDescriptor;
10 /**
11 * Create a new instance of the factory.
12 */
13 constructor();
14}