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.
Namespace: CMS.Tests
public class CreateDatabaseBeforeTestsAttribute : Attribute
The CreateDatabaseBeforeTestsAttribute type exposes the following members.
Name | Description | |
---|---|---|
CreateDatabaseBeforeTestsAttribute |