Click or drag to resize
weroSoft AG, Software
ProcessManagerTestHelper Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

Note: This API is now obsolete.

Provides Common helper methods for process manager tests.
Inheritance Hierarchy
SystemObject
  WeroSoft.ProcessManagement.AutomationProcessManagerTestHelper

Namespace:  WeroSoft.ProcessManagement.Automation
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
[ObsoleteAttribute("Use the new library WeroSoft.Testing.Library for using this functionality.")]
public static class ProcessManagerTestHelper

The ProcessManagerTestHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberTimeout
Define the timeout used for synchronizing the PM execution depending of the debugger is attached or not.
Top
Methods
  NameDescription
Public methodStatic memberAddArgument Obsolete.
Adds an argument to the argument list of the context.
Public methodStatic memberCleanupProcessManager
Performs a cleanup for the process manager.
Public methodStatic memberInvokeTest Obsolete.
Invokes the process tester.
Top
See Also