Opc.Ua.ServerTest.TranslatePathTest.TranslatePathTest C# (CSharp) Method

TranslatePathTest() public method

Creates the test object.
public TranslatePathTest ( Session session, ServerTestConfiguration configuration, ReportMessageEventHandler reportMessage, ReportProgressEventHandler reportProgress, TestBase template ) : System
session Opc.Ua.Client.Session
configuration ServerTestConfiguration
reportMessage ReportMessageEventHandler
reportProgress ReportProgressEventHandler
template TestBase
return System
        public TranslatePathTest(
            Session session,
            ServerTestConfiguration configuration,
            ReportMessageEventHandler reportMessage,
            ReportProgressEventHandler reportProgress,
            TestBase template)
        : 
            base("TranslatePath", session, configuration, reportMessage, reportProgress, template)
        {
        }
        #endregion