Interface IVerificationResult
Namespace: ArtOfTest.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IVerificationResult
Properties
ErrorMessage
Declaration
string ErrorMessage { get; }
Property Value
System.String
|
Passed
Declaration
bool Passed { get; }
Property Value
System.Boolean
|