TestUnit Methods |
The TestUnit type exposes the following members.
| Name | Description | |
|---|---|---|
| DirectorySetting |
Test directories setting.
| |
| Equals | (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 a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDirectorySetting |
Event for setting and initialize of object Directory | |
| OnSessionSetting |
Event for setting and initialize a Web session or a Win session
| |
| OnTestCleanup |
Use this method for test clean up
| |
| OnTestInitialize |
Use this method for test initialization (Directory and Log objects is available)
| |
| SessionSetting |
SOWI App session setting by project properties UserName and UserPassword
| |
| SessionSetting(String, String) |
SOWI App session setting puts token.
| |
| TestCleanup |
Test method clean up
| |
| TestInitialize |
Test initialize.
This method calls test setting events OnDirectorySetting
and OnSessionSetting and OnTestInitialize.
Creates the test log object.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |