csUnit Class Library

TestAssemblyFixtureAttribute Constructor 

Constructs a TestAssemblyAttribute instance. No further parameters are needed.

public TestAssemblyFixtureAttribute();

Remarks

While you can mark several classes in a test assembly with this attribute, the csUnit runtime will use only the first it finds. The order to classes is not guaranteed. So make sure you have at most one TestAssemblyFixture per test assembly.

See Also

TestAssemblyFixtureAttribute Class | csUnit Namespace