TestUnit Class |
Namespace: SIC.Test.Helper
The TestUnit type exposes the following members.
Name | Description | |
---|---|---|
DataDirectory |
Gives test data directory (details see SIC.Test.Helper.Directory.Data | |
Log |
Test result log
| |
ResultDirectory |
Gives test result directory (details see Result)
| |
SessionToken |
A session token for usage SOWI Apps
| |
TestContext |
Test context object used properties e.g. property TestDir (regular test directory) writing for test data
|
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.) |
SIC.Test.Helper.Directory (setting and initialize by method DirectorySetting(String, Boolean, String, Boolean))
SIC.Test.Helper.Log (this initialize in method TestInitialize)
SIC.Test.Helper.Session (setting and initialize by method SessionSetting(String, String))