ProcessFailedExceptionTest
extends TestCase
in package
Tags
Table of Contents
Methods
- 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
testProcessFailedExceptionPopulatesInformationFromProcessOutput()
tests ProcessFailedException uses information from process output to generate exception message.
public
testProcessFailedExceptionPopulatesInformationFromProcessOutput() : mixed
testProcessFailedExceptionThrowsException()
tests ProcessFailedException throws exception if the process was successful.
public
testProcessFailedExceptionThrowsException() : mixed