Show / Hide Table of Contents

Class ScriptTestResultBase

Report script test result

Inheritance
object
ScriptTestResultBase
CaseScriptTestResult
ReportScriptTestResult
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Test
Assembly: PayrollEngine.Client.Test.dll
Syntax
public abstract class ScriptTestResultBase

Constructors

ScriptTestResultBase()

Declaration
protected ScriptTestResultBase()

Properties

ErrorCode

The error code

Declaration
public int ErrorCode { get; set; }
Property Value
Type Description
int

Expected

The expected state

Declaration
public string Expected { get; set; }
Property Value
Type Description
string

Failed

The failed state

Declaration
public bool Failed { get; set; }
Property Value
Type Description
bool

HttpStatusCode

The http status code

Declaration
public int? HttpStatusCode { get; set; }
Property Value
Type Description
int?

Message

The result message

Declaration
public string Message { get; set; }
Property Value
Type Description
string

Received

The received state

Declaration
public string Received { get; set; }
Property Value
Type Description
string

TestName

The test name

Declaration
public string TestName { get; set; }
Property Value
Type Description
string

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