Click or drag to resize
SharedDatabaseForAllTestsAttribute Class
Indicates that database is shared for all isolated integration tests that are in same class. (ie. Database is created before first test run and it is deleted after last test run)
Inheritance Hierarchy

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

The SharedDatabaseForAllTestsAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSharedDatabaseForAllTestsAttribute
Top
See Also