Table of Contents

Method SetDefinitions

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

SetDefinitions(IEnumerable<DomDefinition>)

Sets the DomDefinitions for the handler.

public void SetDefinitions(IEnumerable<DomDefinition> definitions)

Parameters

definitions IEnumerable<DomDefinition>

The collection of DomDefinitions to set.

Exceptions

ArgumentNullException

Thrown when the input collection of DomDefinitions is null.