Click or drag to resize

LogResult Method

Write test result (IsTrue).

Namespace:  SIC.Test.Helper
Assembly:  SIC.Test.Helper (in SIC.Test.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public void Result()
Remarks
If test has failed then trigger an fail of MS Unit Testing object. Reset flag and text "has failed". Call this method last of the test case. Because MS Unit Testing breaks test case when one test condition is false.
See Also

Reference

Log.HasFailed
Log.ResultMessage