DatabaseTestService.GenerateData Method
Include Protected Members
Include Inherited Members
Generates data in the specified database project prior to the unit test being run.
Overload List
Name | Description | |
---|---|---|
GenerateData() | When overridden in a derived class, generates data to specified database project prior to the unit test being run. | |
GenerateData(String, Boolean, String, String) | Generates data to the specified database using the referenced data generation plan. |
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.
These methods use the privileged context to generate data.
See Also
Reference
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace