DatabaseTestActions Class
Represents a database unit test.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting
Assembly: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting (in microsoft.visualstudio.teamsystem.data.unittesting.dll)
Syntax
'Declaration
Public NotInheritable Class DatabaseTestActions
Inherits Component
'Usage
Dim instance As DatabaseTestActions
public sealed class DatabaseTestActions : Component
public ref class DatabaseTestActions sealed : public Component
public final class DatabaseTestActions extends Component
public final class DatabaseTestActions extends Component
Remarks
The DatabaseTestActions class represents a database unit test that was created by using the Database Unit Test designer. The code that was generated for the unit test operates on the properties of this class when it executes a test.
DatabaseTestActions are stored as private member variables in the generated code. This member variable is referenced at the beginning of the unit test method and its properties are used during test execution. Unit test methods are designated with the TestMethodAttribute attribute.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.DatabaseTestActions
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
Reference
DatabaseTestActions Members
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace