DatabaseUnitTestingServices Members

Include Protected Members
Include Inherited Members

Represents the primary extensibility point for the unit testing feature.

The DatabaseUnitTestingServices type exposes the following members.

Constructors

  Name Description
Protected method DatabaseUnitTestingServices Initializes a new instance of the DatabaseUnitTestingServices class.

Top

Methods

  Name Description
Public method CanGenerateScript Called to determine if the specified IModelElement is in a state such that a script can be generated to test it.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GenerateTestScript Generates a TestScript for the specified IModelElement.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnHandleSet Loads element classes for all supported types.
Public method ScriptGenerationSupported Called by the unit testing infrastructure to determine if the schema objects represented by the ElementClass instance are supported as test generation targets.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IExtensionInformation.ExtensionHandle
Explicit interface implemetationPrivate method IExtensionInformation.SetExtensionHandle

Top

See Also

Reference

DatabaseUnitTestingServices Class

Microsoft.Data.Schema.UnitTesting.Extensibility Namespace