An assembly initialization attribute gets a chance to perform early initialization of the system before enumerating the tests within the assembly.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public abstract class TestAssemblyInitializationAttribute : Attribute
Visual Basic (Declaration)
Public MustInherit Class TestAssemblyInitializationAttribute _
	Inherits Attribute

Remarks

For examples, a subclass of this attribute may be used to register an assembly resolver before test enumeration occurs to ensure that all referenced assemblies can be loaded.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Gallio.Framework.Pattern..::.TestAssemblyInitializationAttribute
      MbUnit.Framework..::.AssemblyResolverAttribute

See Also