Constructs a TestAssemblyAttribute instance. No further parameters are needed.
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.
TestAssemblyFixtureAttribute Class | csUnit Namespace