Show / Hide Table of Contents

Class ReportScriptTest<TIn, TOut>

Report script base test

Inheritance
object
TestBase<TIn, TOut>
ReportScriptTest<TIn, TOut>
ReportBuildTest
ReportExecuteTest
Inherited Members
TestBase<TIn, TOut>.InitTest()
TestBase<TIn, TOut>.TestName
TestBase<TIn, TOut>.TestDescription
TestBase<TIn, TOut>.TestCategory
TestBase<TIn, TOut>.Input
TestBase<TIn, TOut>.InputFile
TestBase<TIn, TOut>.Output
TestBase<TIn, TOut>.OutputFile
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Test.Report
Assembly: PayrollEngine.Client.Test.dll
Syntax
public abstract class ReportScriptTest<TIn, TOut> : TestBase<TIn, TOut>
Type Parameters
Name Description
TIn

The case test input type

TOut

The case test output type

Constructors

ReportScriptTest()

Declaration
protected ReportScriptTest()

Properties

Parameters

The report parameters

Declaration
public Dictionary<string, string> Parameters { get; set; }
Property Value
Type Description
Dictionary<string, string>

ReportName

The report name

Declaration
[Required]
public string ReportName { get; set; }
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