NUnitRunner.

ProcessExitCode(int) Method

Summary

Customized NUnit exit code handling. Throws CakeException on non-zero exit code.
Namespace
Cake.Common.Tools.NUnit
Containing Type
NUnitRunner

Syntax

protected override void ProcessExitCode(int exitCode)

Parameters

Name Type Description
exitCode int The process exit code.

Return Value

Type Description
void