Show / Hide Table of Contents

Class ReportScriptTestResult

Report script test result

Inheritance
object
ScriptTestResultBase
ReportScriptTestResult
Inherited Members
ScriptTestResultBase.TestName
ScriptTestResultBase.Failed
ScriptTestResultBase.Message
ScriptTestResultBase.Expected
ScriptTestResultBase.Received
ScriptTestResultBase.HttpStatusCode
ScriptTestResultBase.ErrorCode
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Test.Report
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class ReportScriptTestResult : ScriptTestResultBase

Constructors

ReportScriptTestResult()

Declaration
public ReportScriptTestResult()

Properties

TestType

The result type

Declaration
public ReportTestType TestType { get; set; }
Property Value
Type Description
ReportTestType

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX