Share via


DatabaseTestService.DeployDatabaseProject Method

Include Protected Members
Include Inherited Members

Deploys the database project prior to the unit test being run.

Overload List

  Name Description
Aa833590.pubmethod(en-us,VS.90).gif DeployDatabaseProject() When overridden in a derived class, deploys the database project prior to the unit test being run.
Aa833590.protmethod(en-us,VS.90).gifAa833590.static(en-us,VS.90).gif 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

DatabaseTestService Class

DatabaseTestService Members

Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace