Show / Hide Table of Contents

Class CaseTestContext

The case test context

Inheritance
object
TestContextBase
CaseTestContext
Inherited Members
TestContextBase.TestName
TestContextBase.Tenant
TestContextBase.User
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Test.Case
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class CaseTestContext : TestContextBase

Constructors

CaseTestContext()

Declaration
public CaseTestContext()

Properties

Division

The division

Declaration
public Division Division { get; set; }
Property Value
Type Description
Division

Employee

The employee, mandatory for employee case

Declaration
public Employee Employee { get; set; }
Property Value
Type Description
Employee

EvaluationDate

The evaluation date, default is now

Declaration
public DateTime EvaluationDate { get; set; }
Property Value
Type Description
DateTime

EvaluationPeriod

The evaluation period

Declaration
public DatePeriod EvaluationPeriod { get; set; }
Property Value
Type Description
DatePeriod

Payroll

The payroll

Declaration
public Payroll Payroll { get; set; }
Property Value
Type Description
Payroll

RegulationDate

The regulation date, default is the evaluation date

Declaration
public DateTime RegulationDate { get; set; }
Property Value
Type Description
DateTime

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