Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace

The Microsoft.VisualStudio.TeamSystem.Data.UnitTesting namespace provides classes that you can use to create and execute database unit tests. A walkthrough of the database unit testing features is provided in Walkthrough: Creating and Running a Database Unit Test.

Classes

  Class Description
Aa833578.pubclass(en-us,VS.90).gif ConnectionContext Establishes the context for the database connection that is associated with the database unit test.
Aa833578.pubclass(en-us,VS.90).gif DatabaseTestAction Represents a set of Transact-SQL (T-SQL) batch statements and test conditions to validate whether the statement executed correctly.
Aa833578.pubclass(en-us,VS.90).gif DatabaseTestActions Represents a database unit test.
Aa833578.pubclass(en-us,VS.90).gif DatabaseTestClass Represents the base class for a database unit test.
Aa833578.pubclass(en-us,VS.90).gif DatabaseTestService Provides services to tests during execution.
Aa833578.pubclass(en-us,VS.90).gif ExecutionResult Contains the results of a database unit test that was generated by calling Execute(ConnectionContext, String, array<DbParameter[]).