Table of Contents

Method SetInstances

Namespace
Skyline.DataMiner.Utils.DOM.UnitTesting
Assembly
Skyline.DataMiner.Utils.DOM.dll

SetInstances(IEnumerable<DomInstance>)

Sets the DomInstances for the handler.

public void SetInstances(IEnumerable<DomInstance> instances)

Parameters

instances IEnumerable<DomInstance>

The collection of DomInstances to set.

Exceptions

ArgumentNullException

Thrown when the input collection of DomInstances is null.