C# Класс Opc.Ua.ServerTest.WriteTest

Browses all of the nodes in the hierarchies.
Наследование: TestBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Run ( ServerTestCase testcase, int iteration ) : bool

Runs the test for all of the browse roots.

WriteTest ( Session session, ServerTestConfiguration configuration, ReportMessageEventHandler reportMessage, ReportProgressEventHandler reportProgress, TestBase template ) : System

Creates the test object.

Приватные методы

Метод Описание
AddWriteBadValues ( TestVariable variable, WriteValueCollection nodesToWrite ) : void

Adds random values to write.

AddWriteValues ( TestVariable variable, WriteValueCollection nodesToWrite ) : void

Adds random values to write.

DoWriteBadTypeTest ( ) : bool

Reads an verifies all of the nodes.

DoWriteTest ( ) : bool

Reads an verifies all of the nodes.

Write ( WriteValueCollection nodesToWrite ) : bool

Reads the attributes, verifies the results and updates the nodes.

WriteBadValues ( WriteValueCollection nodesToWrite ) : bool

Reads the attributes, verifies the results and updates the nodes.

Описание методов

Run() публичный Метод

Runs the test for all of the browse roots.
public Run ( ServerTestCase testcase, int iteration ) : bool
testcase ServerTestCase
iteration int
Результат bool

WriteTest() публичный Метод

Creates the test object.
public WriteTest ( Session session, ServerTestConfiguration configuration, ReportMessageEventHandler reportMessage, ReportProgressEventHandler reportProgress, TestBase template ) : System
session Opc.Ua.Client.Session
configuration ServerTestConfiguration
reportMessage ReportMessageEventHandler
reportProgress ReportProgressEventHandler
template TestBase
Результат System