DatabaseTestClass Class
Represents the base class for 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 Class DatabaseTestClass _
Inherits Component
'Usage
Dim instance As DatabaseTestClass
public class DatabaseTestClass : Component
public ref class DatabaseTestClass : public Component
public class DatabaseTestClass extends Component
Remarks
All database unit tests inherit from this class.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.DatabaseTestClass
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
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace