File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
jupiter-tests/src/test/java/org/junit/jupiter/params Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -727,10 +727,9 @@ void failsForLifecycleMethodWithInvalidParameters() {
727727
728728 var expectedMessage = """
729729 2 configuration errors:
730- - parameter 'value' with index 0 is incompatible with the parameter declared on the parameterized class: expected type 'int' but found 'long'
731- - parameter 'anotherValue' with index 1 must not be annotated with @ConvertWith
732- """ ;
733- expectedMessage = expectedMessage .strip () //
730+ - parameter 'value' with index 0 is incompatible with the parameter declared on the parameterized class: \
731+ expected type 'int' but found 'long'
732+ - parameter 'anotherValue' with index 1 must not be annotated with @ConvertWith""" //
734733 .replace ("\n " , System .lineSeparator ()); // use platform-specific line separators
735734
736735 var failedResult = getFirstTestExecutionResult (results .containerEvents ().failed ());
You can’t perform that action at this time.
0 commit comments