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.3572.0 (4.8.3572.0)
Syntax
C#
public Reporter(
	TestAllProjectsInFolderOptions testOptions,
	ITextOutputService previousOutputService
)

Parameters

testOptions  TestAllProjectsInFolderOptions
The test options.
previousOutputService  ITextOutputService
The previous output service.
See Also