Click or drag to resize

DatabaseTestBase Properties

The DatabaseTestBase type exposes the following members.

Properties
  NameDescription
Public propertyBOAssemblyNames
Gets the list of BO assemblies to be loaded for the test.
Public propertyBOFactories
Gets the list of BO factories to be loaded for the test.
Public propertyDatabaseName
Gets or sets the SQL Server database name.
Public propertyLicenseFilePath
Gets or sets the license file path.
Public propertyLogin
Gets the login information. If you want to use trusted connection login on the local machine, there is no need to set anything here.
Protected propertyRepository
Gets the repository entry point for the test.
Public propertyServerName
Gets or sets the SQL Server instance name. Default is (local)\SQLEXPRESS.
Protected propertyTestDatabaseSettings
Public propertyUserName
Gets or sets the name of the user that is used to access the ice.NET infrastructure.
Top
See Also