DatabaseTestService.DeployDatabaseProject Method
Include Protected Members
Include Inherited Members
Deploys the database project prior to the unit test being run.
Overload List
Name | Description | |
---|---|---|
DeployDatabaseProject() | When overridden in a derived class, deploys the database project prior to the unit test being run. | |
DeployDatabaseProject(String, String, String, String) | Deploys a database project to the database specified in the referenced configuration. |
Top
Remarks
These methods are called by the InitializeAssembly method in the DatabaseSetup class to establish the test database prior to any unit tests being executed.
See Also
Reference
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace