Click or drag to resize
CreateDatabaseBeforeTestsAttribute Class

Indicates that database for isolated integration tests is created prior to executing any of the tests in the class.

This database can be filled with custom objects during 'TestFixtrueSetup' / 'ClassInitialize'.

Each test uses copy of this database.

Inheritance Hierarchy

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public class CreateDatabaseBeforeTestsAttribute : Attribute

The CreateDatabaseBeforeTestsAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCreateDatabaseBeforeTestsAttribute
Top
See Also