Enhanced C#
Language of your choice: library documentation
Properties | List of all members
Loyc.MiniTest.TestFixtureAttribute Class Reference

Identifies a class that contains unit tests, or methods that return other tests or test fixtures. More...


Source file:
Inheritance diagram for Loyc.MiniTest.TestFixtureAttribute:

Remarks

Identifies a class that contains unit tests, or methods that return other tests or test fixtures.

The MiniTest runner will ignore any class that does not have the [TestFixture] attribute and is not named according to a recognized pattern, such as My_TestFixture.

[TestFixture] public class ExampleClass {...}

Properties

string Description [get, set]
 Descriptive text for this fixture More...
 

Property Documentation

◆ Description

string Loyc.MiniTest.TestFixtureAttribute.Description
getset

Descriptive text for this fixture