Show / Hide Table of Contents

Class Program

The FHIR CodeGen Test CLI

Inheritance
System.Object
Program
Namespace: FhirCodegenTestCli
Assembly: fhir-codegen-test-cli.dll
Syntax
public static class Program : object

Methods

| Improve this Doc View Source

Main(String, Boolean, Boolean, Boolean)

The FHIR CodeGen Test CLI.

Declaration
public static int Main(string repoRootPath = "", bool verbose = false, bool fixedFormatStatistics = false, bool errorsToStdError = false)
Parameters
Type Name Description
System.String repoRootPath

The path to the repository root (if not CWD).

System.Boolean verbose

True to display all output.

System.Boolean fixedFormatStatistics

True to output only test run statistics: #run[tab]#passed[tab]#failed[tab]#skipped.

System.Boolean errorsToStdError

True to write errors to stderr instead of stdout.

Returns
Type Description
System.Int32

Exit-code for the process - returns the number of errors detected (0 for success).

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX