Class TestContextBase
The test context base
Inherited Members
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 |