Class ScriptTestResultBase
Report script test result
Inherited Members
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 |