Click or drag to resize

TestAllProjectsInFolderReporter Constructor

Initializes a new instance of the TestAllProjectsInFolderReporter class

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Reporter(
	TestAllProjectsInFolderOptions testOptions,
	ITextOutputService previousOutputService
)

Parameters

testOptions  TestAllProjectsInFolderOptions

[Missing <param name="testOptions"/> documentation for "M:Altaxo.Main.Commands.TestAllProjectsInFolder.Reporter.#ctor(Altaxo.Main.Commands.TestAllProjectsInFolderOptions,Altaxo.Main.Services.ITextOutputService)"]

previousOutputService  ITextOutputService

[Missing <param name="previousOutputService"/> documentation for "M:Altaxo.Main.Commands.TestAllProjectsInFolder.Reporter.#ctor(Altaxo.Main.Commands.TestAllProjectsInFolderOptions,Altaxo.Main.Services.ITextOutputService)"]

See Also