| DatabaseTestBase Methods |
The DatabaseTestBase type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateRepository |
Creates a new repository entry point for the test.
| |
| CreateRepositoryFactory |
Creates a repository factory.
| |
| DiscardCurrentRepository |
Resets the repository entry point reference. Subsequent access
of Repository will create a new instance.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ImportData |
Imports data from a resource XML file.
| |
| ImportModel |
Imports a data model fron a resource XML file.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetUpBase |
Undecorated SetUp method. Override this method, call base.SetUpBase() and
decorate it with a unit testing attribute.
| |
| TearDownBase |
Undecorated TearDown method. Override this method, call base.TearDownBase() and
decorate it with a unit testing attribute.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |