Field OverrideGetDms
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Automation
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Automation.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<Engine, IDms> OverrideGetDms