EasyTestFixtureContext Methods
A test fixture context.
Name | Description |
---|---|
Close |
Closes all the applications started before. Must be called after test execution. |
Create |
Creates a context for a new application. |
Drop |
Deletes the specified database. This method can potentially destroy a lot of valuable data and should be used with caution. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
|
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Registers configurations for tested applications. |
Register |
Registers a set of data sources used for the testing purposes. |
Restore |
Restores the specified database from a backup. The database name must be registered with the Register |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also