DatabaseTestService Members
Provides services to tests during execution.
The following tables list the members exposed by the DatabaseTestService type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
DatabaseTestService | Initializes a new instance of the DatabaseTestService class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
DeployDatabaseProject | Overloaded. Deploys the database project prior to the unit test being run. |
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
Execute | Executes the supplied DatabaseTestAction and evaluates the results of the execution using each TestCondition contained in the DatabaseTestAction's Conditions collection. |
![]() |
GenerateData | Overloaded. Generates data in the specified database project prior to the unit test being run. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
OpenExecutionContext | Opens the ConnectionContext to be used for a test's execution. |
![]() |
OpenPrivilegedContext | Opens the context used when verifying the results of SQL execution and used when setting up the database. |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() ![]() |
DeployDatabaseProject | Overloaded. Deploys the database project prior to the unit test being run. |
![]() |
Finalize | (Inherited from Object.) |
![]() ![]() |
GenerateData | Overloaded. Generates data in the specified database project prior to the unit test being run. |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DatabaseTestService Class
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace