Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Conditions Namespace

The Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.TestConditions namespace provides classes that you can use to manage test conditions. A walkthrough of the database unit testing features is provided in Walkthrough: Creating and Running a Database Unit Test. For more information about test conditions, see Using Test Conditions in Database Unit Tests.

Classes

  Class Description
Aa833579.pubclass(en-us,VS.90).gif EmptyResultSetCondition Verifies that the specified ResultSet in the specified ExecutionResult is empty.
Aa833579.pubclass(en-us,VS.90).gif ExecutionTimeCondition Allows you to specify the maximum amount of time that the Transact-SQL (T-SQL) statement or statements can take to execute before the test fails.
Aa833579.pubclass(en-us,VS.90).gif InconclusiveCondition Represents the default condition added to the test SqlAction collection for each new DBTestMethod.
Aa833579.pubclass(en-us,VS.90).gif NotEmptyResultSetCondition Verifies that the specified ResultSet in the ExecutionResult has at least one row.
Aa833579.pubclass(en-us,VS.90).gif ResultSetCondition Represents the base class for all test conditions that operate on one ResultSet.
Aa833579.pubclass(en-us,VS.90).gif RowCountCondition Specifies the number of rows that the ResultSet should contain.
Aa833579.pubclass(en-us,VS.90).gif ScalarValueCondition Verifies that a particular value in a specific row and column was expected.
Aa833579.pubclass(en-us,VS.90).gif TestCondition Represents a test condition.