Attributes associated with Fixture Classes
Concordion.NET does not use inheritance or naming conventions to
identify its test classes. Instead attributes are used for this purpose.
Thus, the developer is free to use inheritance for his own purpose and
use names that convey the intended purpose of the fixture code. The
following attributes can be used with Concordion.NET:
- [ConcordionTest]
indicates that the associated class is a Concordion.NET test fixture.
- [Ignore] marks a Concordion.NET
test class to be ignored by NUnit test runners.
- [TestFixtureSetUp] is
used to show that the associated methods are called for initialization
before the execution of the test code.