Microsoft.Data.Tools.Schema.Sql.UnitTesting Namespace

 

The Microsoft.Data.Tools.Schema.Sql.UnitTesting namespace provides classes that you can use to create and execute database unit tests. You can add custom assertions to determine the success or failure of your tests.

Classes

Class Description
System_CAPS_pubclass ConnectionContext

Represents the context for the database connection that is associated with the database unit test.

System_CAPS_pubclass ExpectedSqlExceptionAttribute

Represents an attribute that specifies that a unit test is expecting a SqlException, and optionally specify the error number, severity, and state of the expected error.

System_CAPS_pubclass SqlDatabaseTestAction

Represents a set of Transact-SQL batch statements and test conditions to validate whether the statement executed correctly.

System_CAPS_pubclass SqlDatabaseTestActions

Represents a database unit test.

System_CAPS_pubclass SqlDatabaseTestClass

Represents the base class for a database unit test.

System_CAPS_pubclass SqlDatabaseTestService

Provides common functionality that is used by the SqlDatabaseTestClass and methods during test execution.

System_CAPS_pubclass SqlExecutionResult

Contains the results of a database unit test that were generated by calling M:Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestService.Execute(Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.ConnectionContext,System.String,System.Data.Common.DbParameter[]).

System_CAPS_pubclass TestScript

Represents a generated SQL test.

Return to top