TestPattern Methods |
The TestPattern type exposes the following members.
Name | Description | |
---|---|---|
DirectorySetting |
Test directories setting.
(Inherited from TestUnit.) | |
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 |
Test directories setting
(Overrides TestUnitOnDirectorySetting.) | |
OnSessionSetting |
Test session setting
Note: object Directory and Log is available.
(Overrides TestUnitOnSessionSetting.) | |
OnTestCleanup |
Test clean up
(Overrides TestUnitOnTestCleanup.) | |
OnTestInitialize |
Test initialize for test environment settings.
Note: object Directory and Log is available.
(Overrides TestUnitOnTestInitialize.) | |
SessionSetting |
SOWI App session setting by project properties UserName and UserPassword
(Inherited from TestUnit.) | |
SessionSetting(String, String) |
SOWI App session setting puts token.
(Inherited from TestUnit.) | |
TestArithmeticAddition |
Test case for arithmetic addition
| |
TestArithmeticDivision |
Test case for arithmetic division
| |
TestArithmeticMulitplication |
Test case for arithmetic multiplication
| |
TestArithmeticSubtration |
Test case for arithmetic subtraction
| |
TestCleanup |
Test method clean up
(Inherited from TestUnit.) | |
TestEmptyTestCase |
Test case empty test case
| |
TestInitialize |
Test initialize.
This method calls test setting events OnDirectorySetting
and OnSessionSetting and OnTestInitialize.
Creates the test log object.
(Inherited from TestUnit.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |