Table of Contents

Field OverrideGetLocalElement

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Protocol
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Protocol.dll

Allows an override of the behavior of GetLocalElement to return a Fake or Mock of IDms. Important: When this is used, unit tests should never be run in parallel.

public static Func<SLProtocol, ILocalElement> OverrideGetLocalElement

Returns

Func<SLProtocol, ILocalElement>
Allows an override of the behavior of GetLocalElement to return a Fake or Mock of . Important: When this is used, unit tests should never be run in parallel.