Enhanced C#
Language of your choice: library documentation
|
Identifies a class that contains unit tests, or methods that return other tests or test fixtures. More...
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... | |
|
getset |
Descriptive text for this fixture