Documentation

ProcessFailedExceptionTest extends TestCase
in package

Tags
author

Sebastian Marek proofek@gmail.com

Table of Contents

testDisabledOutputInFailedExceptionDoesNotPopulateOutput()  : mixed
Tests that ProcessFailedException does not extract information from process output if it was previously disabled.
testProcessFailedExceptionPopulatesInformationFromProcessOutput()  : mixed
tests ProcessFailedException uses information from process output to generate exception message.
testProcessFailedExceptionThrowsException()  : mixed
tests ProcessFailedException throws exception if the process was successful.

Methods

testDisabledOutputInFailedExceptionDoesNotPopulateOutput()

Tests that ProcessFailedException does not extract information from process output if it was previously disabled.

public testDisabledOutputInFailedExceptionDoesNotPopulateOutput() : mixed
Return values
mixed

testProcessFailedExceptionPopulatesInformationFromProcessOutput()

tests ProcessFailedException uses information from process output to generate exception message.

public testProcessFailedExceptionPopulatesInformationFromProcessOutput() : mixed
Return values
mixed

testProcessFailedExceptionThrowsException()

tests ProcessFailedException throws exception if the process was successful.

public testProcessFailedExceptionThrowsException() : mixed
Return values
mixed

Search results