Class VerifyTestResult
Inheritance
System.Object
VerifyTestResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: FChoice.Foundation.Clarify.DataVerifier.Core.dll
Syntax
public class VerifyTestResult
Constructors
VerifyTestResult(String, String, String, String)
Declaration
public VerifyTestResult(string name, string desc, string table, string sql)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
desc |
|
System.String |
table |
|
System.String |
sql |
|
Properties
ErrorException
Declaration
public Exception ErrorException { get; }
Property Value
Type |
Description |
System.Exception |
|
Explanation
Declaration
public string Explanation { get; }
Property Value
Type |
Description |
System.String |
|
FailureDetails
Declaration
public VerifyFailDetail[] FailureDetails { get; }
Property Value
ResultType
Declaration
public VerifyResultType ResultType { get; }
Property Value
TableName
Declaration
public string TableName { get; }
Property Value
Type |
Description |
System.String |
|
TestDescription
Declaration
public string TestDescription { get; }
Property Value
Type |
Description |
System.String |
|
TestName
Declaration
public string TestName { get; }
Property Value
Type |
Description |
System.String |
|
TestSql
Declaration
public string TestSql { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
AddFailureDetail(VerifyFailDetail)
Declaration
public void AddFailureDetail(VerifyFailDetail detail)
Parameters
Error(String, Exception)
Declaration
public void Error(string errorExplanation, Exception ex)
Parameters
Type |
Name |
Description |
System.String |
errorExplanation |
|
System.Exception |
ex |
|
Fail(String)
Declaration
public void Fail(string failExplanation)
Parameters
Type |
Name |
Description |
System.String |
failExplanation |
|
Warning(String)
Declaration
public void Warning(string warningExplanation)
Parameters
Type |
Name |
Description |
System.String |
warningExplanation |
|