A utility command to load an XML test report and save

Namespace:  Gallio.Runtime.UtilityCommands
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public abstract class BaseReportTransformationUtilityCommand<TArguments> : BaseUtilityCommand<TArguments>
Visual Basic (Declaration)
Public MustInherit Class BaseReportTransformationUtilityCommand(Of TArguments) _
	Inherits BaseUtilityCommand(Of TArguments)

Type Parameters

TArguments

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.UtilityCommands..::.BaseUtilityCommand<(Of <(TArguments>)>)
    Gallio.Runtime.UtilityCommands..::.BaseReportTransformationUtilityCommand<(Of <(TArguments>)>)
      Gallio.Runtime.UtilityCommands..::.FormatReportUtilityCommand
      Gallio.Runtime.UtilityCommands..::.MergeReportsUtilityCommand

See Also