Show / Hide Table of Contents

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()
Namespace: FChoice.Foundation.Clarify.DataVerifier.Core
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
Type Description
VerifyFailDetail[]

ResultType

Declaration
public VerifyResultType ResultType { get; }
Property Value
Type Description
VerifyResultType

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
Type Name Description
VerifyFailDetail detail

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
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.