Class DefaultDeviceFactoryStub
Generic Device factory for all purpose testing.
Inherited Members
Namespace: Phoenix.Test.DeviceMockSystem
Assembly: Phoenix.Test.Infrastructure.dll
Syntax
public class DefaultDeviceFactoryStub : DeviceFactoryStubBase
Constructors
View SourceDefaultDeviceFactoryStub(DeviceStubExporter)
Initializes a new instance of the DefaultDeviceFactoryStub class.
Declaration
public DefaultDeviceFactoryStub(DeviceStubExporter exporter)
Parameters
Type | Name | Description |
---|---|---|
DeviceStubExporter | exporter | The exporter to register with. |
Fields
View SourceDefaultDeviceName
The name of the device used in setting up capabilities.
Declaration
public const string DefaultDeviceName = "Default"
Field Value
Type | Description |
---|---|
System.String |