ITestContainerConfig Interface
Signature
export interface ITestContainerConfig
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fluidDataObjectType | optional | DataObjectFactoryType | TestFluidDataObject instead of PrimedDataStore |
| loaderProps | optional | Partial<ILoaderProps> | Loader options for the loader used to create containers |
| registry | optional | ChannelFactoryRegistry | An array of channel name and DDS factory pair to create on container creation time |
| runtimeOptions | optional | IContainerRuntimeOptions | Container runtime options for the container instance |
Property Details
fluidDataObjectType
TestFluidDataObject instead of PrimedDataStore
Signature
fluidDataObjectType?: DataObjectFactoryType;
Type: DataObjectFactoryType
loaderProps
Loader options for the loader used to create containers
Signature
loaderProps?: Partial<ILoaderProps>;
Type: Partial<ILoaderProps>
registry
An array of channel name and DDS factory pair to create on container creation time
Signature
registry?: ChannelFactoryRegistry;
Type: ChannelFactoryRegistry
runtimeOptions
Container runtime options for the container instance
Signature
runtimeOptions?: IContainerRuntimeOptions;
Type: IContainerRuntimeOptions