Microsoft.Data.Schema.UnitTesting Namespace
The Microsoft.Data.Schema.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. | |
DatabaseTestAction | Represents a set of Transact-SQL batch statements and test conditions to validate whether the statement executed correctly. | |
DatabaseTestActions | Represents a database unit test. | |
DatabaseTestClass | Represents the base class for a database unit test. | |
DatabaseTestService | Provides common functionality that is used by the DatabaseTestClass and methods during test execution. | |
ExecutionResult | Contains the results of a database unit test that were generated by calling Execute(ConnectionContext, String, array<DbParameter[]). | |
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. | |
TestScript | Represents a generated SQL test. | |
UnitTestingDesignService | Provides the base class for database schema providers to generate scripts for objects in their project system. This class is not intended to be implemented except as part of the implementation of a database schema provider. |