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
Public class ConnectionContext Represents the context for the database connection that is associated with the database unit test.
Public class DatabaseTestAction Represents a set of Transact-SQL batch statements and test conditions to validate whether the statement executed correctly.
Public class DatabaseTestActions Represents a database unit test.
Public class DatabaseTestClass Represents the base class for a database unit test.
Public class DatabaseTestService Provides common functionality that is used by the DatabaseTestClass and methods during test execution.
Public class ExecutionResult Contains the results of a database unit test that were generated by calling Execute(ConnectionContext, String, array<DbParameter[]).
Public class 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.
Public class TestScript Represents a generated SQL test.
Public class 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.

See Also

Reference

Other Resources

Define Custom Conditions for Database Unit Tests