Field OverrideGetDms
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Protocol
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Protocol.dll
Allows an override of the behavior of GetDms to return a Fake or Mock of IDms. Important: When this is used, unit tests should never be run in parallel.
public static Func<SLNetConnection, IDms> OverrideGetDms
Returns
- Func<SLNetConnection, IDms>
- Allows an override of the behavior of GetDms to return a Fake or Mock of . Important: When this is used, unit tests should never be run in parallel.