Click or drag to resize
weroSoft AG, Software
UnitTestGlobals Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines global values used for testing.
Inheritance Hierarchy
SystemObject
  WeroSoft.UnitTestingUnitTestGlobals

Namespace:  WeroSoft.UnitTesting
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class UnitTestGlobals

The UnitTestGlobals type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberArgumentHostAssemblyName
Gets the name of the Host assembly.
Public fieldStatic memberArgumentHostName
Gets the name of the Host itself.
Public fieldStatic memberDebuggerEnabled
Gets the Debug Argument.
Public fieldStatic memberStandardBinding
Defines the used standard binding for Unit Tests.
Public fieldStatic memberTestHostExecutableName
Gets the name of the test server executable.
Public fieldStatic memberTestServerSynchronizationName
Gets the name of the system Mutex used for synchronizing the test server.
Top
See Also