Delen via


ExpectedSchemaCondition Class

 

Specifies that the result set of a database unit test must match a specific schema.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.TestCondition
        Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.DataSetTestCondition
          Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition

Syntax

[PartCreationPolicyAttribute(CreationPolicy.NonShared)]
public class ExpectedSchemaCondition : DataSetTestCondition
[PartCreationPolicyAttribute(CreationPolicy::NonShared)]
public ref class ExpectedSchemaCondition : DataSetTestCondition
[<PartCreationPolicyAttribute(CreationPolicy.NonShared)>]
type ExpectedSchemaCondition = 
    class
        inherit DataSetTestCondition
    end
<PartCreationPolicyAttribute(CreationPolicy.NonShared)>
Public Class ExpectedSchemaCondition
    Inherits DataSetTestCondition

Constructors

Name Description
System_CAPS_pubmethod ExpectedSchemaCondition()

Initializes a new instance of the ExpectedSchemaCondition class.

Properties

Name Description
System_CAPS_protproperty CanRaiseEvents

(Inherited from Component.)

System_CAPS_pubproperty Configuration

Gets or sets the configuration information for the test condition.(Inherited from DataSetTestCondition.)

System_CAPS_pubproperty Container

(Inherited from Component.)

System_CAPS_protproperty DesignMode

(Inherited from Component.)

System_CAPS_pubproperty Enabled

Gets or sets a value that indicates whether the test condition is enabled.(Inherited from TestCondition.)

System_CAPS_protproperty Events

(Inherited from Component.)

System_CAPS_pubproperty Name

Gets or sets the test condition name.(Inherited from TestCondition.)

System_CAPS_pubproperty Schema

Gets or sets the expected schema.

System_CAPS_pubproperty Site

(Inherited from Component.)

System_CAPS_pubproperty Verbose

Gets or sets a value that indicates whether the output from the condition should include the schema.

Methods

Name Description
System_CAPS_pubmethod Assert(DbConnection, SqlExecutionResult[])

Called to determine whether the test condition passed or failed.(Overrides TestCondition.Assert(DbConnection, SqlExecutionResult[]).)

System_CAPS_pubmethod ConfigureExpectedDataSet(DataSet)

Called with a data set that has the expected schema.(Overrides DataSetTestCondition.ConfigureExpectedDataSet(DataSet).)

System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Dispose()

(Inherited from Component.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from Component.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Component.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod GetService(Type)

(Inherited from Component.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod ToString()

Returns a string that represents the current object.(Overrides Component.ToString().)

Events

Name Description
System_CAPS_pubevent Disposed

(Inherited from Component.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace

Return to top