csUnit Class Library

TestAttribute Class

A method tagged with the TestAttribute will be identified as a test within a testfixture. The method must be of type 'public void' and it must not take any parameter.

For a list of all members of this type, see TestAttribute Members.

System.Object
   System.Attribute
      csUnit.TestAttribute

public class TestAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: csUnit

Assembly: csUnit (in csUnit.dll)

See Also

TestAttribute Members | csUnit Namespace