Table of Contents

Class SharedDatabaseForAllTestsAttribute

Namespace
CMS.Tests
Assembly
CMS.Tests.dll

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)

[AttributeUsage(AttributeTargets.Class)]
public class SharedDatabaseForAllTestsAttribute : Attribute
Inheritance
object
Attribute
SharedDatabaseForAllTestsAttribute
Extension Methods

Constructors

SharedDatabaseForAllTestsAttribute()

public SharedDatabaseForAllTestsAttribute()