Click or drag to resize

DatabaseTestBase Methods

The DatabaseTestBase type exposes the following members.

Methods
  NameDescription
Protected methodCreateRepository
Creates a new repository entry point for the test.
Protected methodCreateRepositoryFactory
Creates a repository factory.
Protected methodDiscardCurrentRepository
Resets the repository entry point reference. Subsequent access of Repository will create a new instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodImportData
Imports data from a resource XML file.
Protected methodImportModel
Imports a data model fron a resource XML file.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetUpBase
Undecorated SetUp method. Override this method, call base.SetUpBase() and decorate it with a unit testing attribute.
Protected methodTearDownBase
Undecorated TearDown method. Override this method, call base.TearDownBase() and decorate it with a unit testing attribute.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also