You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test `execute()` in StandaloneTests asserts matching of lines between
expected standard output and actual output lines. It also passes the
same actual lines (but in a `String` form) as a message to method
assertLinesMatch, which takes three arguments. Same situation for
standard error.
Drop this confusing argument from the two calls to assertLinesMatch and
let class `AssertLinesMatch` construct the error message for us.
(cherry picked from commit 7da21dd)
0 commit comments