Table of Contents

Method Create

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

Create()

Creates a new instance of DomHelperMock.

public static DomHelperMock Create()

Returns

DomHelperMock

A new instance of DomHelperMock.

Create(IEnumerable<DomInstance>)

Creates a new instance of DomHelperMock with pre-defined instances.

public static DomHelperMock Create(IEnumerable<DomInstance> instances)

Parameters

instances IEnumerable<DomInstance>

The pre-defined collection of DOM instances.

Returns

DomHelperMock

A new instance of DomHelperMock with pre-defined instances.