Table of Contents

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<IEngine, IDms> OverrideGetDms

Returns

Func<IEngine, 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.