Show / Hide Table of Contents

Class FileTestRunner

Base class for file based payroll tests

Inheritance
object
TestRunnerBase
FileTestRunner
Inherited Members
TestRunnerBase.GetTenantAsync(string)
TestRunnerBase.DeleteTenantAsync(int)
TestRunnerBase.DeleteEmployeeAsync(int, int)
TestRunnerBase.GetUserAsync(int, string)
TestRunnerBase.GetEmployeeAsync(int, string)
TestRunnerBase.HttpClient
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 FileTestRunner : TestRunnerBase

Constructors

FileTestRunner(PayrollHttpClient, string)

Initializes a new instance of the FileTestRunner class

Declaration
protected FileTestRunner(PayrollHttpClient httpClient, string fileName)
Parameters
Type Name Description
PayrollHttpClient httpClient

The payroll engine http client

string fileName

Name of the file

Properties

FileName

The test file name

Declaration
public string FileName { get; }
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