-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b04
The RuntimeException from OutputAnalyzer for expected and unexpected exit values should include both the actual and expected values.
The method `shouldHaveExitvalue` and `shouldNotHaveExitValue` include the value expected and the value not expected instead of the actual value returned. The values provided in the exception are already known quantities in the code, what is not known is the actual value.
Exception messages should not include newlines.
The method `shouldHaveExitvalue` and `shouldNotHaveExitValue` include the value expected and the value not expected instead of the actual value returned. The values provided in the exception are already known quantities in the code, what is not known is the actual value.
Exception messages should not include newlines.