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
   Attribute
      TestAttribute

public class TestAttribute : Attribute

Requirements

Namespace: csUnit Namespace

Assembly: csUnit.dll

See Also

TestAttribute Members | csUnit Namespace