Show / Hide Table of Contents

Class TestContextBase

The test context base

Inheritance
object
TestContextBase
CaseTestContext
ReportTestContext
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 class TestContextBase

Constructors

TestContextBase()

Declaration
public TestContextBase()

Properties

Tenant

The tenant

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

TestName

The test name

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

User

The user

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

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