Click or drag to resize
weroSoft AG, Software
UnitTestClassName Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the class name of the Unit Test responsible for the current code execution.

Namespace:  WeroSoft.UnitTesting
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static string ClassName { get; }

Return Value

Type: String
Full name of the class or constant value if the class is not found ().
Remarks
Use this method to get the name of the class which is responsible for the current code execution. This method may be used anywhere within a Unit Test, independent whether the calling code itself is a Unit Test or not.

This property does not raise an exception. It returns a constant value if the appropriate type was not found.
See Also