Abstract class describing attribute used to tag a class and declare a backup be restored to it before the test is executed on request by tagging a test method with a RestoreDatabaseAttribute. This class represents the generic case. The specific implementation for SQL Server is SqlRestoreInfoAttribute

Namespace:  MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    MbUnit.Framework..::.DbRestoreInfoAttribute
      MbUnit.Framework..::.SqlRestoreInfoAttribute

See Also