Class ReportScriptTest<TIn, TOut>
Report script base test
Inherited Members
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 |