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 | |
---|---|---|
ConnectionContext | Represents the context for the database connection that is associated with the database unit test. |
|
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. |
|
SqlDatabaseTestAction | Represents a set of Transact-SQL batch statements and test conditions to validate whether the statement executed correctly. |
|
SqlDatabaseTestActions | Represents a database unit test. |
|
SqlDatabaseTestClass | Represents the base class for a database unit test. |
|
SqlDatabaseTestService | Provides common functionality that is used by the SqlDatabaseTestClass and methods during test execution. |
|
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[]). |
|
TestScript | Represents a generated SQL test. |
Return to top