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